summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-01-18 18:50:04 +0100
committerJan Engelhardt <jengelh@medozas.de>2009-01-18 18:50:04 +0100
commit00f879a81e898b37b9c17c878dc90327ca84684e (patch)
tree42e5f43ed14f3e6799a635e06c687544674a32de
parent75b3becf5b95c4ab5ddcef88b6565de716e5c230 (diff)
build: compile fix
ulogd_inpflow_NFCT.c: In function 'propagate_ct': ulogd_inpflow_NFCT.c:483: error: 'IPPROTO_UDPLITE' undeclared (first use in this function) (and more for IPPROTO_SCTP) Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
-rw-r--r--input/flow/ulogd_inpflow_NFCT.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/input/flow/ulogd_inpflow_NFCT.c b/input/flow/ulogd_inpflow_NFCT.c
index 244454b..4605fd9 100644
--- a/input/flow/ulogd_inpflow_NFCT.c
+++ b/input/flow/ulogd_inpflow_NFCT.c
@@ -35,6 +35,7 @@
#include <sys/time.h>
#include <time.h>
+#include <netinet/in.h>
#include <ulogd/linuxlist.h>
#include <ulogd/jhash.h>
#include <ulogd/hash.h>