aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-11-25 22:03:06 +0000
committerGuy Harris <guy@alum.mit.edu>2013-11-25 22:03:06 +0000
commitc0dc54dc7b59c6b653fbd5e5858e44adf0635343 (patch)
tree25a71fffa67bf495097a93034493741b10b3952d /ui
parent1fb476bf9fd72393ab70d7df2640a262fcbe6fd6 (diff)
capture_interfaces_dialog.h is processed by moc, so it has to include
config.h itself, so that HAVE_LIBPCAP is defined appropriately. svn path=/trunk/; revision=53584
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/capture_interfaces_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/capture_interfaces_dialog.h b/ui/qt/capture_interfaces_dialog.h
index 90e90aee08..f7592310e8 100644
--- a/ui/qt/capture_interfaces_dialog.h
+++ b/ui/qt/capture_interfaces_dialog.h
@@ -25,6 +25,8 @@
#ifndef CAPTURE_INTERFACES_DIALOG_H
#define CAPTURE_INTERFACES_DIALOG_H
+#include "config.h"
+
#ifdef HAVE_LIBPCAP
#include <QDialog>