From a482b5a5959240f5d196b32c4833ac48a03c02c3 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 8 Feb 1996 10:00:34 +0000 Subject: * Makefile (subdirs): Added wcsmbs. * wcsmbs: New directory of wide char/multibyte char functions from drepper. --- posix/getopt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'posix/getopt.c') 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 +#include #endif /* GNU C library. */ #ifndef _ -- cgit v1.2.3-59-g8ed1b