From 3518a04cff1fb48ca0bf5d2d58b4cd6325f3917c Mon Sep 17 00:00:00 2001 From: Kevin Schoedel Date: Wed, 1 Aug 2012 10:26:30 -0400 Subject: Include strings.h for the defintion of ffs() ffs() is defined in strings.h. gcc had no problem with this as it automatically used it's own builtin for ffs(). Change-Id: I7062f6143d680b2ae73f69b6b4b1e0be94a3e28b Author: Edwin Vane Reviewed-by: Kevin Schoedel --- extensions/libipt_ULOG.c | 1 + 1 file changed, 1 insertion(+) 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 #include +#include #include /* For 64bit kernel / 32bit userspace */ #include -- cgit v1.2.3