aboutsummaryrefslogtreecommitdiffstats
path: root/daemon.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-11-08 03:56:01 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-11-08 03:56:01 +0000
commit995f32756f7c222468bb3527ae6b9f340fe333ea (patch)
treeef71dcf3fd4734e6b82694657003b543068e34c4 /daemon.c
parent40082c5df46235fd0252d3b46621b239f68ad0bb (diff)
downloadfetchmail-995f32756f7c222468bb3527ae6b9f340fe333ea.tar.gz
fetchmail-995f32756f7c222468bb3527ae6b9f340fe333ea.tar.bz2
fetchmail-995f32756f7c222468bb3527ae6b9f340fe333ea.zip
Solaris 2.5 and FreeBSD 2.2.
svn path=/trunk/; revision=501
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>