From e37c2d0b2cca00f4dfa77b52df065aad304da59b Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 12 Feb 2009 15:07:15 +0100 Subject: 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 --- libipq/libipq.c | 2 ++ 1 file changed, 2 insertions(+) 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 /**************************************************************************** * -- cgit v1.2.3