From e050c1a78ae6d5edb1c0f6d23c72687dd1513a60 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 4 Nov 2005 11:31:20 +0000 Subject: Use bits/getopt.h, getopt.h is not included if GNU_GETOPT support is disabled --- 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 bb5cfd4bd..1ca923130 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -782,7 +782,7 @@ extern int setlogin (__const char *__name) __THROW __nonnull ((1)); 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