From: Guy Harris Date: Fri, 12 Apr 2013 17:58:56 +0000 (-0700) Subject: pcap-int.h must be included before pcap-dbus.h, to get pcap_t etc. defined. X-Git-Tag: libpcap-1.5.0~70 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/39bc6a9d91a546b4a99a7f150896106bec167d53 pcap-int.h must be included before pcap-dbus.h, to get pcap_t etc. defined. --- diff --git a/pcap-dbus.c b/pcap-dbus.c index b6679e43..40ace7f9 100644 --- a/pcap-dbus.c +++ b/pcap-dbus.c @@ -39,8 +39,8 @@ #include -#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)