aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2006-11-17 07:44:37 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2006-11-17 07:44:37 +0000
commit8868b231bdaea752ea8ccfc5a8f9f6603bfb5780 (patch)
tree30882f6d3fa1874d1a4f9514f3be6e1014662c76 /gtk
parentd72967fc71c405ca2a9ada0dd8cd852144a67852 (diff)
Fix build
svn path=/trunk/; revision=19919
Diffstat (limited to 'gtk')
-rw-r--r--gtk/prefs_dlg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/prefs_dlg.c b/gtk/prefs_dlg.c
index 9cc5daf106..0d4f71e895 100644
--- a/gtk/prefs_dlg.c
+++ b/gtk/prefs_dlg.c
@@ -58,10 +58,12 @@
#ifdef _WIN32
#include "capture-wpcap.h"
#endif /* _WIN32 */
+#ifdef HAVE_AIRPCAP
#include "airpcap.h"
#include "airpcap_loader.h"
#include "airpcap_gui_utils.h"
#endif
+#endif
static void prefs_main_ok_cb(GtkWidget *, gpointer);
static void prefs_main_apply_cb(GtkWidget *, gpointer);