igmpproxy: add missing include
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41957
This commit is contained in:
parent
34a1ee8410
commit
3e0247b95f
|
@ -0,0 +1,10 @@
|
||||||
|
--- a/src/os-linux.h
|
||||||
|
+++ b/src/os-linux.h
|
||||||
|
@@ -3,6 +3,7 @@
|
||||||
|
#include <linux/mroute.h>
|
||||||
|
#include <netinet/ip.h>
|
||||||
|
#include <netinet/igmp.h>
|
||||||
|
+#include <sys/types.h>
|
||||||
|
|
||||||
|
static inline u_short ip_data_len(const struct ip *ip)
|
||||||
|
{
|
Loading…
Reference in New Issue