summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-10-28 07:56:12 +0000
committerJim Meyering <jim@meyering.net>2000-10-28 07:56:12 +0000
commitf199ae518185c76bfd1b508adfbdd2079bde2897 (patch)
treec3c89491fd35859fa4664ec56a9b0125a6918127 /lib
parentc2c9db2056dc0474672f8a0b83ce14d0979cf9ba (diff)
downloadcoreutils-f199ae518185c76bfd1b508adfbdd2079bde2897.tar.xz
Update from libc.
Diffstat (limited to 'lib')
-rw-r--r--lib/getopt1.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/getopt1.c b/lib/getopt1.c
index 9c8256567..49ca5b067 100644
--- a/lib/getopt1.c
+++ b/lib/getopt1.c
@@ -20,7 +20,10 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
-#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 <stdio.h>