Skip to content
Snippets Groups Projects
Commit 3e0247b9 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

igmpproxy: add missing include


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 41957
parent 34a1ee84
No related branches found
No related tags found
No related merge requests found
--- 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)
{
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment