]> The Tcpdump Group git mirrors - libpcap/commitdiff
Include varattrs.h to define _U_.
authorGuy Harris <[email protected]>
Sat, 15 Sep 2018 21:33:44 +0000 (14:33 -0700)
committerGuy Harris <[email protected]>
Sat, 15 Sep 2018 21:33:44 +0000 (14:33 -0700)
testprogs/findalldevstest.c

index eaefb79d4101db3231f5b870a374d545ae220cbc..3d69e3342da47593759cb0cbb47ef25c63dfd23f 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <pcap.h>
 
 
 #include <pcap.h>
 
+#include "varattrs.h"
 #include "pcap/funcattrs.h"
 
 static int ifprint(pcap_if_t *d);
 #include "pcap/funcattrs.h"
 
 static int ifprint(pcap_if_t *d);