From: Stephane Ouellette Date: Fri, 14 May 2004 08:21:06 +0000 (+0000) Subject: Compiler warnings due to missing include files (Stephane Ouellette) X-Git-Tag: v1.3.0-rc1~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cd002826d0f329620cb738bc4dc4760ef5e084a;p=thirdparty%2Fiptables.git Compiler warnings due to missing include files (Stephane Ouellette) --- 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