From f2239854568a38296d1a632321c6fee97410692b Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Mon, 8 Sep 2003 20:33:10 +0000 Subject: Add back in table-less ctype funcs for those interested in minimizing static build sizes and not needing wchar support. Add in a SUSv3 getopt as an option for those not needing gnu getopt. Again, mainly for the static linking crowd. --- include/unistd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/unistd.h') diff --git a/include/unistd.h b/include/unistd.h index e5441c48e..6ef351eed 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -724,7 +724,7 @@ extern int setlogin (__const char *__name) __THROW; arguments in ARGV (ARGC of them, minus the program name) for options given in OPTS. */ # define __need_getopt -# include +# include #endif -- cgit v1.2.3