diff options
author | Roland McGrath <roland@gnu.org> | 1996-02-08 10:00:34 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-02-08 10:00:34 +0000 |
commit | a482b5a5959240f5d196b32c4833ac48a03c02c3 (patch) | |
tree | 7792121005bdfc6a65efc4ed0e5dd53ae6796a17 /posix/getopt.c | |
parent | 4ca84cff3b3e184164acde81deaad1fe52eabd14 (diff) | |
download | glibc-a482b5a5959240f5d196b32c4833ac48a03c02c3.tar.gz |
* Makefile (subdirs): Added wcsmbs.cvs/libc-960208
* wcsmbs: New directory of wide char/multibyte char functions from
drepper.
Diffstat (limited to 'posix/getopt.c')
-rw-r--r-- | posix/getopt.c | 1 |
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 _ |