From 55b658419e2eda521c7fd2f836fe436931af7f3f Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Wed, 18 Jun 2008 17:40:48 +0200 Subject: Fix warning in compilation due to missing include strerror function was used without inclusion of string.h. This patch adds the include and fixes the warning. Signed-off-by: Eric Leblond --- input/packet/ulogd_inppkt_ULOG.c | 1 + 1 file changed, 1 insertion(+) (limited to 'input') diff --git a/input/packet/ulogd_inppkt_ULOG.c b/input/packet/ulogd_inppkt_ULOG.c index 253bbe0..0b58393 100644 --- a/input/packet/ulogd_inppkt_ULOG.c +++ b/input/packet/ulogd_inppkt_ULOG.c @@ -6,6 +6,7 @@ #include #include #include +#include #include -- cgit v1.2.3