aboutsummaryrefslogtreecommitdiffstats
path: root/summary.h
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 /summary.h
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 'summary.h')
-rw-r--r--summary.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/summary.h b/summary.h
index 6327b20517..d3e2af1d75 100644
--- a/summary.h
+++ b/summary.h
@@ -26,6 +26,7 @@
#define __SUMMARY_H__
#ifdef HAVE_LIBPCAP
+#include <pcap.h>
#include "capture.h"
#endif