summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>