about summary refs log tree commit diff
path: root/nscd/nscd.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-07-01 11:30:38 +0000
committerUlrich Drepper <drepper@redhat.com>1998-07-01 11:30:38 +0000
commit4c223a7cf65bead4a78da1495bebd2df020b9722 (patch)
tree4010d0f439090efdc15c68dfa8d7b833af71b350 /nscd/nscd.c
parentcba1ddc169196e1657b8b5480a77a5072e83dbf4 (diff)
downloadglibc-4c223a7cf65bead4a78da1495bebd2df020b9722.tar.gz
glibc-4c223a7cf65bead4a78da1495bebd2df020b9722.tar.xz
glibc-4c223a7cf65bead4a78da1495bebd2df020b9722.zip
Update.
1998-07-01  Ulrich Drepper  <drepper@cygnus.com>

	* nscd/nscd.c: Include unistd.h.
Diffstat (limited to 'nscd/nscd.c')
-rw-r--r--nscd/nscd.c1
1 files changed, 1 insertions, 0 deletions
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>