aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/plugins_dlg.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/plugins_dlg.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/plugins_dlg.c')
-rw-r--r--gtk/plugins_dlg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/plugins_dlg.c b/gtk/plugins_dlg.c
index 5239141a30..3c0672900d 100644
--- a/gtk/plugins_dlg.c
+++ b/gtk/plugins_dlg.c
@@ -1,7 +1,7 @@
/* plugins_dlg.c
* Dialog boxes for plugins
*
- * $Id: plugins_dlg.c,v 1.18 2000/08/23 06:56:06 guy Exp $
+ * $Id: plugins_dlg.c,v 1.19 2000/10/20 04:26:40 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -35,6 +35,7 @@
#include <stdlib.h>
#include <string.h>
+#include <gtk/gtk.h>
#include "globals.h"
#include "plugins.h"