From d4370ffb1dfd8deb21154326a65c44412323feaf Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 28 Oct 2000 07:56:12 +0000 Subject: [PATCH] Update from libc. --- lib/getopt1.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/getopt1.c b/lib/getopt1.c index 9c8256567c..49ca5b0672 100644 --- a/lib/getopt1.c +++ b/lib/getopt1.c @@ -20,7 +20,10 @@ #ifdef HAVE_CONFIG_H #include -#else +#endif + +#include "getopt.h" + #if !defined __STDC__ || !__STDC__ /* This is a separate conditional since some stdc systems reject `defined (const)'. */ @@ -28,9 +31,6 @@ #define const #endif #endif -#endif - -#include "getopt.h" #include -- 2.30.2