From afa5bf6803f3716140291bc9f9c65fcada5862c4 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 15 Nov 2005 01:28:16 +0000 Subject: as psm points out, we need to use bits/getopt.h in unistd.h since getopt.h wont exist if user disables the option --- libc/sysdeps/linux/common/bits/getopt.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc') diff --git a/libc/sysdeps/linux/common/bits/getopt.h b/libc/sysdeps/linux/common/bits/getopt.h index 4a60e103e..a192c039b 100644 --- a/libc/sysdeps/linux/common/bits/getopt.h +++ b/libc/sysdeps/linux/common/bits/getopt.h @@ -20,6 +20,8 @@ #ifndef _GETOPT_H +#include + #ifndef __need_getopt # define _GETOPT_H 1 #endif -- cgit v1.2.3