Missing include files.

This commit is contained in:
lotodore
2007-08-28 10:37:23 +00:00
parent e0af9bf6c8
commit a51139ed65
+8
View File
@@ -20,6 +20,14 @@
#error This source code is not for Win32.
#endif
#include <unistd.h>
#include <stdlib.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <errno.h>
int
daemon()
{