summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Osterried <ax25@x-berg.in-berlin.de>2016-01-20 21:01:30 +0100
committerThomas Osterried <ax25@x-berg.in-berlin.de>2016-01-20 21:01:30 +0100
commitc272090d692fddf7295440b36a0a9d2a01c29bfa (patch)
treeeef975dfa4b4bb023ad70a8857f87aee1f2a599d
parentf989fac0b885cbc05fbdc3e8bf6da75fa9f17fa2 (diff)
Signed-off-by: Thomas Osterried <ax25@x-berg.in-berlin.de>
Added fcntl.h for open(); patch from Felix Janda <felix.janda@posteo.de.
-rw-r--r--daemon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon.c b/daemon.c
index 3658c94..11105c1 100644
--- a/daemon.c
+++ b/daemon.c
@@ -1,3 +1,4 @@
+#include <fcntl.h>
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>