aboutsummaryrefslogtreecommitdiffstats
path: root/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon.c')
-rw-r--r--daemon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon.c b/daemon.c
index 2995f1ef..622b01e7 100644
--- a/daemon.c
+++ b/daemon.c
@@ -12,6 +12,7 @@
#include <sys/stat.h>
#include <sys/file.h>
#include <sys/wait.h>
+#include <sys/fcntl.h> /* Solaris 2.5 requires this */
#if defined(HAVE_UNISTD_H)
#include <unistd.h>