aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pcap-linux.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pcap-linux.c b/pcap-linux.c
index 4e4a5494..713a52ce 100644
--- a/pcap-linux.c
+++ b/pcap-linux.c
@@ -142,6 +142,8 @@
#include "pcap/sll.h"
#include "pcap/vlan.h"
+#include "diag-control/h"
+
/*
* If PF_PACKET is defined, we can use {SOCK_RAW,SOCK_DGRAM}/PF_PACKET
* sockets rather than SOCK_PACKET sockets.