From d44489648c1a56d543a84bbebe455227bb25cf34 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 28 May 2012 14:06:48 +0200 Subject: conntrackd: fix compilation in src/parse.c Making all in src make[1]: Entering directory `/home/oden/RPM/BUILD/conntrack-tools-1.2.0/src' CC parse.o parse.c: In function 'msg2ct': parse.c:258:34: error: 'NULL' undeclared (first use in this function) parse.c:258:34: note: each undeclared identifier is reported only once for each function it appears in parse.c: In function 'msg2exp': parse.c:438:16: error: 'NULL' undeclared (first use in this function) Reported-by: Oden Eriksson Signed-off-by: Pablo Neira Ayuso --- src/parse.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parse.c') diff --git a/src/parse.c b/src/parse.c index 732bc44..1b83f81 100644 --- a/src/parse.c +++ b/src/parse.c @@ -19,6 +19,7 @@ #include "network.h" +#include #include #ifndef ssizeof -- cgit v1.2.3