aboutsummaryrefslogtreecommitdiff
path: root/openbsd-compat/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/daemon.c')
-rw-r--r--openbsd-compat/daemon.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/openbsd-compat/daemon.c b/openbsd-compat/daemon.c
index 3efe14c68c41..256466959621 100644
--- a/openbsd-compat/daemon.c
+++ b/openbsd-compat/daemon.c
@@ -36,9 +36,7 @@
#include <sys/types.h>
-#ifdef HAVE_SYS_STAT_H
-# include <sys/stat.h>
-#endif
+#include <sys/stat.h>
#ifdef HAVE_FCNTL_H
# include <fcntl.h>