diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-07-01 11:30:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-07-01 11:30:38 +0000 |
commit | 4c223a7cf65bead4a78da1495bebd2df020b9722 (patch) | |
tree | 4010d0f439090efdc15c68dfa8d7b833af71b350 | |
parent | cba1ddc169196e1657b8b5480a77a5072e83dbf4 (diff) | |
download | glibc-4c223a7cf65bead4a78da1495bebd2df020b9722.tar glibc-4c223a7cf65bead4a78da1495bebd2df020b9722.tar.gz glibc-4c223a7cf65bead4a78da1495bebd2df020b9722.tar.bz2 glibc-4c223a7cf65bead4a78da1495bebd2df020b9722.zip |
Update.
1998-07-01 Ulrich Drepper <drepper@cygnus.com>
* nscd/nscd.c: Include unistd.h.
-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> |