diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | nscd/nscd.c | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +1998-07-01 Ulrich Drepper <drepper@cygnus.com> + + * nscd/nscd.c: Include unistd.h. + 1998-07-01 09:32 Ulrich Drepper <drepper@cygnus.com> * math/libm-test.c: Adjust delta for indentities1_test because gcc diff --git a/nscd/nscd.c b/nscd/nscd.c index c6fb29ee9e..9f167d2daa 100644 --- a/nscd/nscd.c +++ b/nscd/nscd.c @@ -31,6 +31,7 @@ #include <stdlib.h> #include <string.h> #include <syslog.h> +#include <unistd.h> #include <sys/socket.h> #include <sys/un.h> |