summaryrefslogtreecommitdiff
path: root/src/biruda.c
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-09-17 13:00:34 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2014-09-17 13:00:34 +0200
commitf60fb626f809aaf91d9be77eca3f000d1081c0bb (patch)
tree8954ae052d454ffbf856e59b7abf000d9823bb46 /src/biruda.c
parent6a996a2fcb97578a60142d5c9c36b867d24b7c56 (diff)
downloadbiruda-f60fb626f809aaf91d9be77eca3f000d1081c0bb.tar.gz
biruda-f60fb626f809aaf91d9be77eca3f000d1081c0bb.tar.bz2
better error handling and termination on Ctrl-C
Diffstat (limited to 'src/biruda.c')
-rw-r--r--src/biruda.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/biruda.c b/src/biruda.c
index aefc5c9..8d28d2c 100644
--- a/src/biruda.c
+++ b/src/biruda.c
@@ -12,6 +12,9 @@
#include "biruda_cmdline.h"
#include "confuse.h"
+#ifndef _WIN32
+#include "libdaemon/daemon.h"
+#endif
#include "master.h"
#include "worker.h"