netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [conntrack-tools PATCH] systemd: fix missing log.h include
@ 2016-12-02 10:29 Arturo Borrero Gonzalez
  2016-12-04 20:34 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Arturo Borrero Gonzalez @ 2016-12-02 10:29 UTC (permalink / raw)
  To: netfilter-devel

Produces this:
 warning: implicit declaration of function 'dlog'

Signed-off-by: Arturo Borrero Gonzalez <arturo@debian.org>
---
 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>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-04 20:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-02 10:29 [conntrack-tools PATCH] systemd: fix missing log.h include Arturo Borrero Gonzalez
2016-12-04 20:34 ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).