From Lars Ruoff:
[metze/wireshark/wip.git] / capture-pcap-util.h
index fa16c5c74e98db7e06d4952409c845017a58290a..781979e05edf052c82f7a892eb200d079906c650 100644 (file)
 
 #ifdef HAVE_LIBPCAP
 
+#include <pcap.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif /* __cplusplus */
 
-#include <pcap.h>
-
 /*
  * A snapshot length of 0 is useless - and libpcap/WinPcap don't guarantee
  * that a snapshot length of 0 will work, and, on some platforms, it won't