]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Remove malloc warning.
authorRusty Russell <rusty@linuxcare.com.au>
Tue, 19 Dec 2000 05:17:50 +0000 (05:17 +0000)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 19 Dec 2000 05:17:50 +0000 (05:17 +0000)
iptables-standalone.c

index 53d21890f85e53c0476db72e7934798ebdb7b601..7bd3a48f8aa9caefd3e7c58736d0958720855beb 100644 (file)
@@ -25,6 +25,7 @@
  */
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <errno.h>
 #include <iptables.h>