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 sven@narfation.org --- 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"
b.a.t.m.a.n@lists.open-mesh.org