]> The Tcpdump Group git mirrors - libpcap/commitdiff
pcap-int.h must be included before pcap-dbus.h, to get pcap_t etc. defined.
authorGuy Harris <[email protected]>
Fri, 12 Apr 2013 17:58:56 +0000 (10:58 -0700)
committerGuy Harris <[email protected]>
Fri, 12 Apr 2013 17:58:56 +0000 (10:58 -0700)
pcap-dbus.c

index b6679e4308241574d7c48b06e5d9ed904985338d..40ace7f9f31f7d2de989849c390dae9cc76e6a19 100644 (file)
@@ -39,8 +39,8 @@
 
 #include <dbus/dbus.h>
 
-#include "pcap-dbus.h"
 #include "pcap-int.h"
+#include "pcap-dbus.h"
 
 static int
 dbus_read(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user)