summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/dietlibc/include/daemon.h')
-rw-r--r--mdk-stage1/dietlibc/include/daemon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/dietlibc/include/daemon.h b/mdk-stage1/dietlibc/include/daemon.h
index 9049f367d..e2413d42b 100644
--- a/mdk-stage1/dietlibc/include/daemon.h
+++ b/mdk-stage1/dietlibc/include/daemon.h
@@ -1,6 +1,6 @@
#ifndef _DAEMON_H
#define _DAEMON_H
-extern int daemon (int nochdir,int noclose);
+#include <unistd.h>
#endif