From 20e7f611558cc6237cc1deb8c2a0f42a3960e2a0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 15 Nov 2005 00:58:31 +0000 Subject: sync getopt headers with glibc --- include/getopt.h | 1 + include/unistd.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/getopt.h b/include/getopt.h index a682f9ca8..4ea31a683 100644 --- a/include/getopt.h +++ b/include/getopt.h @@ -1,4 +1,5 @@ /* This file will not be installed if not using gnu getopt. */ +#include #include diff --git a/include/unistd.h b/include/unistd.h index 1ca923130..bb5cfd4bd 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