summaryrefslogtreecommitdiff
path: root/posix
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-02-08 10:00:34 +0000
committerRoland McGrath <roland@gnu.org>1996-02-08 10:00:34 +0000
commita482b5a5959240f5d196b32c4833ac48a03c02c3 (patch)
tree7792121005bdfc6a65efc4ed0e5dd53ae6796a17 /posix
parent4ca84cff3b3e184164acde81deaad1fe52eabd14 (diff)
* Makefile (subdirs): Added wcsmbs.cvs/libc-960208
* wcsmbs: New directory of wide char/multibyte char functions from drepper.
Diffstat (limited to 'posix')
-rw-r--r--posix/getopt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/getopt.c b/posix/getopt.c
index 0da5965137..4e11744db8 100644
--- a/posix/getopt.c
+++ b/posix/getopt.c
@@ -61,6 +61,7 @@ Cambridge, MA 02139, USA. */
/* Don't include stdlib.h for non-GNU C libraries because some of them
contain conflicting prototypes for getopt. */
#include <stdlib.h>
+#include <unistd.h>
#endif /* GNU C library. */
#ifndef _