parent 75b3becf5b95c4ab5ddcef88b6565de716e5c230 commit 00f879a81e898b37b9c17c878dc90327ca84684e Author: Jan Engelhardt <jengelh@xxxxxxxxxx> Date: Sun Jan 18 18:50:04 2009 +0100 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@xxxxxxxxxx> --- input/flow/ulogd_inpflow_NFCT.c | 1 + 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> -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html