We must prevent that IPPROTO_UDP gets redefined using compat.h.
Otherwise the build will fail when including things like net/addrconf.h

Signed-off-by: Sven Eckelmann <[email protected]>
---
 compat.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/compat.c b/compat.c
index 70de376..586898f 100644
--- a/compat.c
+++ b/compat.c
@@ -1,3 +1,4 @@
+#include <linux/in.h>
 #include <linux/version.h>
 #include "main.h"
 
-- 
1.7.5.1

Reply via email to