blob: 431b093df0241ab6f1a6e1dbb3a9b09372431f25 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/src/dcwsocket.c.linux
+++ b/src/dcwsocket.c.linux
@@ -31,6 +31,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <net/if.h>
+#include <linux/if.h>
#include <linux/if_packet.h>
#include <linux/if_ether.h>
#include <linux/filter.h>
|