netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH nft-sync] event.c: Include <signal.h> for signal names
@ 2015-06-16 19:23 Felix Janda
  0 siblings, 0 replies; only message in thread
From: Felix Janda @ 2015-06-16 19:23 UTC (permalink / raw)
  To: netfilter-devel

Signed-off-by: Felix Janda <felix.janda@posteo.de>
---
 src/event.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/event.c b/src/event.c
index 464b689..a41374c 100644
--- a/src/event.c
+++ b/src/event.c
@@ -9,6 +9,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <event.h>
+#include <signal.h>
 
 #include "init.h"
 #include "logging.h"
-- 
2.3.6

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-16 19:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-16 19:23 [PATCH nft-sync] event.c: Include <signal.h> for signal names Felix Janda

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).