summaryrefslogtreecommitdiffstats
path: root/lib/getopt1.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/getopt1.c')
-rw-r--r--lib/getopt1.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/lib/getopt1.c b/lib/getopt1.c
index 166abac5..a8ec9e98 100644
--- a/lib/getopt1.c
+++ b/lib/getopt1.c
@@ -24,18 +24,11 @@
#include <config.h>
#endif
-#if !defined __STDC__ || !__STDC__
-/* This is a separate conditional since some stdc systems
- reject `defined (const)'. */
-#ifndef const
-#define const
-#endif
-#endif
+#include "zebra.h"
+#include "getopt.h"
#include <stdio.h>
-#include "getopt.h"
-
/* Comment out all this code if we are using the GNU C Library, and are not
actually compiling the library itself. This code is part of the GNU C
Library, but also included in many other GNU distributions. Compiling