aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/plugins_dlg.c
diff options
context:
space:
mode:
authoroabad <oabad@f5534014-38df-0310-8fa8-9805f1628bb7>2000-01-17 17:12:43 +0000
committeroabad <oabad@f5534014-38df-0310-8fa8-9805f1628bb7>2000-01-17 17:12:43 +0000
commit0d7842226e20e21ccbf70d69407c334cf83ed110 (patch)
tree7d66e4464f8b9d9fa3fd9883e5e85099caa0392b /gtk/plugins_dlg.c
parent758799f205dbbc34cd41c8d5cfcd85e664983e81 (diff)
We have to #include "plugins.h" before using the HAVE_PLUGINS define.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1500 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/plugins_dlg.c')
-rw-r--r--gtk/plugins_dlg.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/plugins_dlg.c b/gtk/plugins_dlg.c
index c2f5de75f6..0c73f838b0 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.10 2000/01/15 00:22:53 gram Exp $
+ * $Id: plugins_dlg.c,v 1.11 2000/01/17 17:12:43 oabad Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -27,8 +27,6 @@
#include "config.h"
#endif
-#ifdef HAVE_PLUGINS
-
#include <errno.h>
#include <sys/types.h>
#include <stdlib.h>
@@ -40,6 +38,8 @@
#include "prefs_dlg.h"
#include "simple_dialog.h"
+#ifdef HAVE_PLUGINS
+
static gint selected_row;
static gchar *selected_name;
static gchar *selected_version;