Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 1 Jul 1998 11:30:38 +0000 (11:30 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 1 Jul 1998 11:30:38 +0000 (11:30 +0000)
1998-07-01  Ulrich Drepper  <drepper@cygnus.com>

* nscd/nscd.c: Include unistd.h.

ChangeLog
nscd/nscd.c

index 465e311..703423c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index c6fb29e..9f167d2 100644 (file)
@@ -31,6 +31,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <syslog.h>
+#include <unistd.h>
 #include <sys/socket.h>
 #include <sys/un.h>