]> andersk Git - openssh.git/blobdiff - openbsd-compat/daemon.c
- (dtucker) [openbsd-compat/fake-rfc2553.h] rename ssh_gai_strerror hack
[openssh.git] / openbsd-compat / daemon.c
index f8a0680bf8445cc86b35b5586f6d77add2a2b615..e3a6886bd1c9cfd8b2fc5c6617345d49260dd2f6 100644 (file)
 
 #ifndef HAVE_DAEMON
 
+#include <sys/types.h>
+
+#ifdef HAVE_SYS_STAT_H
+# include <sys/stat.h>
+#endif
+
+#ifdef HAVE_FCNTL_H
+# include <fcntl.h>
+#endif
+
+#ifdef HAVE_UNISTD_H
+# include <unistd.h>
+#endif
+
 int
 daemon(int nochdir, int noclose)
 {
This page took 0.39396 seconds and 4 git commands to generate.