From: Jan Engelhardt Date: Thu, 12 Feb 2009 14:07:15 +0000 (+0100) Subject: libipq: fix compile error X-Git-Tag: v1.4.3~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e37c2d0b2cca00f4dfa77b52df065aad304da59b;p=thirdparty%2Fiptables.git libipq: fix compile error libipq.c: In function `ipq_create_handle': libipq.c:220: error: `NFPROTO_IPV4' undeclared (first use in this function) libipq.c:220: error: (Each undeclared identifier is reported only once libipq.c:220: error: for each function it appears in.) libipq.c:222: error: `NFPROTO_IPV6' undeclared (first use in this function) Add the required includes. Signed-off-by: Jan Engelhardt --- diff --git a/libipq/libipq.c b/libipq/libipq.c index 495fce16..620cc2d3 100644 --- a/libipq/libipq.c +++ b/libipq/libipq.c @@ -32,6 +32,8 @@ #include #include +#include +#include /**************************************************************************** *