aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-10-29 03:23:32 +0100
committerPřemysl Eric Janouch <p@janouch.name>2020-10-29 03:24:37 +0100
commit07ef834a1e9c5f69e5f2cb51f3b61dfa7941ae9d (patch)
treea311283a325f57bd69cd97b0888524d8bfc833b9
parent997f5c25a2e0510f85d5b04ab39e31ef3757b376 (diff)
downloadsdn-07ef834a1e9c5f69e5f2cb51f3b61dfa7941ae9d.tar.gz
sdn-07ef834a1e9c5f69e5f2cb51f3b61dfa7941ae9d.tar.xz
sdn-07ef834a1e9c5f69e5f2cb51f3b61dfa7941ae9d.zip
Include a header required for kill()
Yet, this program remains fairly unportable.
-rw-r--r--sdn.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdn.cpp b/sdn.cpp
index 336e2e2..30cdb83 100644
--- a/sdn.cpp
+++ b/sdn.cpp
@@ -42,6 +42,7 @@
#include <grp.h>
#include <libgen.h>
#include <time.h>
+#include <signal.h>
#include <sys/inotify.h>
#include <sys/xattr.h>