aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/column_prefs.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-10-20 04:26:40 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-10-20 04:26:40 +0000
commit3424ae654e8c6f4c690c92624bb124bad2ea5509 (patch)
tree3f8e1be2f10ae270959de8d11e71bacf82797acf /gtk/column_prefs.c
parenta3b0da9bc8ab2f8e5214607cce5dcbc3c399f492 (diff)
Remove #include "gtk/colors.h" from file.h, which keep the GTK+ header
files from being #included in epan/packet.c. Fix the other files that need either "gtk/colors.h" or <gtk/gtk.h> #included as a result of not pulling in gtk/colors.h automatically because of file.h. svn path=/trunk/; revision=2519
Diffstat (limited to 'gtk/column_prefs.c')
-rw-r--r--gtk/column_prefs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/column_prefs.c b/gtk/column_prefs.c
index cd9f9d1e21..dc32b19089 100644
--- a/gtk/column_prefs.c
+++ b/gtk/column_prefs.c
@@ -1,7 +1,7 @@
/* column_prefs.c
* Dialog box for column preferences
*
- * $Id: column_prefs.c,v 1.3 2000/08/21 08:09:10 guy Exp $
+ * $Id: column_prefs.c,v 1.4 2000/10/20 04:26:40 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -28,6 +28,7 @@
#endif
#include <errno.h>
+#include <gtk/gtk.h>
#include "globals.h"
#include "column_prefs.h"