diff options
Diffstat (limited to 'main/ulogd/musl-fixes.patch')
-rw-r--r-- | main/ulogd/musl-fixes.patch | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/main/ulogd/musl-fixes.patch b/main/ulogd/musl-fixes.patch index 70b4ada97f..d210a83d17 100644 --- a/main/ulogd/musl-fixes.patch +++ b/main/ulogd/musl-fixes.patch @@ -1,5 +1,15 @@ ---- ulogd-2.0.3.orig/src/ulogd.c -+++ ulogd-2.0.3/src/ulogd.c +--- a/filter/raw2packet/ulogd_raw2packet_BASE.c ++++ b/filter/raw2packet/ulogd_raw2packet_BASE.c +@@ -43,6 +43,7 @@ + #include <ulogd/ipfix_protocol.h> + #include <netinet/if_ether.h> + #include <string.h> ++#include <linux/types.h> + + enum input_keys { + INKEY_RAW_PCKT, +--- a/src/ulogd.c ++++ b/src/ulogd.c @@ -78,12 +78,12 @@ "(C) 2008-2012 Eric Leblond <eric@regit.org>\n" |