diff options
Diffstat (limited to 'dissector.h')
-rw-r--r-- | dissector.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dissector.h b/dissector.h index 2c2c128..60bc429 100644 --- a/dissector.h +++ b/dissector.h @@ -9,7 +9,9 @@ #include <stdlib.h> #include <stdint.h> +#include <sys/socket.h> #include <linux/if_packet.h> +#include <linux/if.h> #include "ring.h" #include "tprintf.h" |