From 0d7842226e20e21ccbf70d69407c334cf83ed110 Mon Sep 17 00:00:00 2001 From: oabad Date: Mon, 17 Jan 2000 17:12:43 +0000 Subject: 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 --- gtk/plugins_dlg.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk/plugins_dlg.c') 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 @@ -27,8 +27,6 @@ #include "config.h" #endif -#ifdef HAVE_PLUGINS - #include #include #include @@ -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; -- cgit v1.2.3