From e89dc919b230615eb17c137034a81f27beb56de8 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 20 Apr 2001 17:48:24 +0000 Subject: Add missing header file for daemon.c, add missing functions into unistd.h. I still need to implement getlogin.c fpathconf.c, but they are required for IEEE Std. 1003.13-1998 POSIX_FILE_SYSTEM conformance and we don't have them yet. But we will very very soon. :-) -Erik --- libc/unistd/daemon.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/unistd/daemon.c') diff --git a/libc/unistd/daemon.c b/libc/unistd/daemon.c index 4542f51f8..10473cf74 100644 --- a/libc/unistd/daemon.c +++ b/libc/unistd/daemon.c @@ -26,6 +26,7 @@ * Original copyright notice is retained at the end of this file. */ +#include #include #include #include -- cgit v1.2.3