Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update.
1998-07-01  Ulrich Drepper  <drepper@cygnus.com>

	* nscd/nscd.c: Include unistd.h.
  • Loading branch information
Ulrich Drepper committed Jul 1, 1998
1 parent cba1ddc commit 4c223a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 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
Expand Down
1 change: 1 addition & 0 deletions nscd/nscd.c
Expand Up @@ -31,6 +31,7 @@
#include <stdlib.h>
#include <string.h>
#include <syslog.h>
#include <unistd.h>
#include <sys/socket.h>
#include <sys/un.h>

Expand Down

0 comments on commit 4c223a7

Please sign in to comment.