strerror function was used without inclusion of string.h. This patch adds the include and fixes the warning. Signed-off-by: Eric Leblond <eric@xxxxxx> --- input/packet/ulogd_inppkt_ULOG.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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 <unistd.h> #include <stdlib.h> #include <arpa/inet.h> +#include <string.h> #include <ulogd/ulogd.h> -- 1.5.5.3 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html