]> git.ipfire.org Git - thirdparty/iptables.git/commit
libipq: fix compile error
authorJan Engelhardt <jengelh@medozas.de>
Thu, 12 Feb 2009 14:07:15 +0000 (15:07 +0100)
committerJan Engelhardt <jengelh@medozas.de>
Thu, 12 Feb 2009 14:13:18 +0000 (15:13 +0100)
commite37c2d0b2cca00f4dfa77b52df065aad304da59b
treea55db839e03937fb020c6ba22ac257ad5f4948dc
parentf567ac9193bc421992e572ec3196a73dc6ed59c0
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 <jengelh@medozas.de>
libipq/libipq.c