aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/summary_dlg.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-03-07 10:19:33 +0000
committerJörg Mayer <jmayer@loplof.de>2005-03-07 10:19:33 +0000
commit58d8f2f6524d5658ef87e3ee7267f9fbdf8d0560 (patch)
treeffbd3755463443abb63104664cdd1ddf643ebed2 /gtk/summary_dlg.c
parent8de6e67f085b1e222c206a5dd391e7b5c88a8d3a (diff)
- pcap.h needs to be included before capture.h
- As capture.h is empty without libpcap defined, only include it in that case and don't protect the file internally against libpcap any more. svn path=/trunk/; revision=13648
Diffstat (limited to 'gtk/summary_dlg.c')
-rw-r--r--gtk/summary_dlg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/summary_dlg.c b/gtk/summary_dlg.c
index eafb72e7db..03a8309c67 100644
--- a/gtk/summary_dlg.c
+++ b/gtk/summary_dlg.c
@@ -36,6 +36,7 @@
#include "globals.h"
#include "file.h"
#ifdef HAVE_LIBPCAP
+#include <pcap.h>
#include "capture.h"
#include "main.h"
#endif