diff options
Diffstat (limited to 'promisc.c')
-rw-r--r-- | promisc.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ #include <string.h> +#include <sys/socket.h> +#include <linux/if.h> #include "promisc.h" -#include "xutils.h" +#include "dev.h" short enter_promiscuous_mode(char *ifname) { |