aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjp abgrall <jpa@google.com>2013-08-12 21:37:43 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-08-12 21:37:43 +0000
commit5aff728ec4f9aae69ab248c3d1c4046a14be3ed6 (patch)
treec0762ca8f6d399c176cb9cb2b4d846e8965b342c
parent8ecfc61e4e6cc3e1b55fe255d8b4f1fedc26e813 (diff)
parent3518a04cff1fb48ca0bf5d2d58b4cd6325f3917c (diff)
downloadplatform_external_iptables-tools_r22.2.tar.gz
platform_external_iptables-tools_r22.2.tar.bz2
platform_external_iptables-tools_r22.2.zip
Merge "Include strings.h for the defintion of ffs()"tools_r22.2
-rw-r--r--extensions/libipt_ULOG.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/libipt_ULOG.c b/extensions/libipt_ULOG.c
index e08ae056..a341a8d7 100644
--- a/extensions/libipt_ULOG.c
+++ b/extensions/libipt_ULOG.c
@@ -11,6 +11,7 @@
*/
#include <stdio.h>
#include <string.h>
+#include <strings.h>
#include <xtables.h>
/* For 64bit kernel / 32bit userspace */
#include <linux/netfilter_ipv4/ipt_ULOG.h>