summaryrefslogtreecommitdiffstats
path: root/ip6tables-standalone.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2001-01-05 15:20:07 +0000
committerHarald Welte <laforge@gnumonks.org>2001-01-05 15:20:07 +0000
commitd8e6563430ab692cf093a81b9b6ac997739d9504 (patch)
tree1ce5b64143d7ca4b041fdb4f4a6e6cafbf61f056 /ip6tables-standalone.c
parent117341ada43ddf24ada265a6a9f354c77062dd4f (diff)
o serveral changes / additions to libiptc:
- iptc_set_policy has additional argument 'counters' to be consistent with iptc_get_policy - added functions for counter manipulation (iptc_read_counter, iptc_zero_counter, iptc_set_counter) o iptables-save and iptables-restore manpage clearifications o iptables-restore counter restoring for chain counters
Diffstat (limited to 'ip6tables-standalone.c')
-rw-r--r--ip6tables-standalone.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ip6tables-standalone.c b/ip6tables-standalone.c
index e2b10f88..f6b362c2 100644
--- a/ip6tables-standalone.c
+++ b/ip6tables-standalone.c
@@ -25,6 +25,7 @@
*/
#include <stdio.h>
+#include <stdlib.h>
#include <errno.h>
#include <ip6tables.h>