From f8f37b009d3db84a728e8a1bf97205cba2cc56c6 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Sun, 26 Nov 2017 00:53:11 +0000 Subject: [PATCH] fix compilation on POSIX-like systems by include (where IPPROTO_UDP is defined) --- lib/rawlink_stubs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/rawlink_stubs.c b/lib/rawlink_stubs.c index dfdd3dd..5ad377b 100644 --- a/lib/rawlink_stubs.c +++ b/lib/rawlink_stubs.c @@ -35,6 +35,8 @@ #include #endif /* USE_BPF */ +#include + #include #include