aboutsummaryrefslogtreecommitdiffstats
path: root/capture-pcap-util-int.h
diff options
context:
space:
mode:
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 */