From 2d92db0597ce4291f38606fd2789876034fab12f Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Tue, 10 Mar 2009 07:43:30 +0100 Subject: ulogd: include config.h in all files. This patch adds config.h inclusion in ulogd.h to be able to use all defined value in the whole project. --- include/ulogd/ulogd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/ulogd/ulogd.h b/include/ulogd/ulogd.h index 0f7aabb..2d1b348 100644 --- a/include/ulogd/ulogd.h +++ b/include/ulogd/ulogd.h @@ -19,6 +19,7 @@ #include /* need this because of extension-sighandler */ #include #include +#include #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) -- cgit v1.2.3