Observed with gcc-4.7/glibc-2.15 and conntrack-tools-1.2.1: 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) NULL is in stdio.h. --- src/parse.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/parse.c b/src/parse.c index 1b83f81..391bf38 100644 --- a/src/parse.c +++ b/src/parse.c @@ -17,6 +17,7 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include <stdio.h> #include "network.h" #include <stdlib.h> -- 1.7.7 -- 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