Move config.h include to start of file
[obnox/wireshark/wip.git] / capture-pcap-util-int.h
index 80a60764e70a0cb3b8537c24ca5d2401da63f3ed..4ce311e646ef80af41512f5d32688cf4c41254ae 100644 (file)
 #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 */