aboutsummaryrefslogtreecommitdiffstats
path: root/capture-pcap-util-int.h
diff options
context:
space:
mode:
authorkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-08-30 18:40:09 +0000
committerkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-08-30 18:40:09 +0000
commit624e4c14c75cfd03e2407c1bf0a57852fc32b8ef (patch)
tree686839a22bdace41723bbe0e8e6cc6b3b1e9fa4f /capture-pcap-util-int.h
parentf6c96ebdbca84489417b96f5f35d083a5444ccf1 (diff)
Move config.h include to start of file
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29634 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture-pcap-util-int.h')
-rw-r--r--capture-pcap-util-int.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/capture-pcap-util-int.h b/capture-pcap-util-int.h
index 80a60764e7..4ce311e646 100644
--- a/capture-pcap-util-int.h
+++ b/capture-pcap-util-int.h
@@ -25,11 +25,12 @@
#ifndef __PCAP_UTIL_INT_H__
#define __PCAP_UTIL_INT_H__
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#ifdef HAVE_LIBPCAP
#ifdef HAVE_PCAP_REMOTE
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif /* HAVE_CONFIG_H */
#include <pcap.h>
#endif /* HAVE_PCAP_REMOTE */