Produces this: warning: implicit declaration of function 'dlog' Signed-off-by: Arturo Borrero Gonzalez <arturo@xxxxxxxxxx> --- src/systemd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/systemd.c b/src/systemd.c index c6253cc..64bfc66 100644 --- a/src/systemd.c +++ b/src/systemd.c @@ -19,6 +19,7 @@ #include "systemd.h" #include "conntrackd.h" #include "alarm.h" +#include "log.h" #include <systemd/sd-daemon.h> #include <sys/types.h> #include <unistd.h> -- 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