From 7cd002826d0f329620cb738bc4dc4760ef5e084a Mon Sep 17 00:00:00 2001 From: Stephane Ouellette Date: Fri, 14 May 2004 08:21:06 +0000 Subject: Compiler warnings due to missing include files (Stephane Ouellette) --- libiptc/libiptc.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libiptc/libiptc.c') diff --git a/libiptc/libiptc.c b/libiptc/libiptc.c index 3aacb547..98215866 100644 --- a/libiptc/libiptc.c +++ b/libiptc/libiptc.c @@ -1,4 +1,4 @@ -/* Library which manipulates firewall rules. Version $Revision: 1.43 $ */ +/* Library which manipulates firewall rules. Version $Revision: 1.44 $ */ /* Architecture of firewall rules is as follows: * @@ -20,6 +20,9 @@ * up after a ruleset change. */ +#include +#include + #ifndef IPT_LIB_DIR #define IPT_LIB_DIR "/usr/local/lib/iptables" #endif -- cgit v1.2.3