]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Compiler warnings due to missing include files (Stephane Ouellette)
authorStephane Ouellette <ouellettes@videotron.ca>
Fri, 14 May 2004 08:21:06 +0000 (08:21 +0000)
committerJoszef Kadlecsik <kadlec@blackhole.kfki.hu>
Fri, 14 May 2004 08:21:06 +0000 (08:21 +0000)
libiptc/libiptc.c

index 3aacb547e3f0cf9c38ee4a61ac1867e1e2b1e5ce..982158661daea7ad7fab8889c64f8edacf388150 100644 (file)
@@ -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<sys/types.h>
+#include<sys/socket.h>
+
 #ifndef IPT_LIB_DIR
 #define IPT_LIB_DIR "/usr/local/lib/iptables"
 #endif