#including the system headers and getopt.h. AIX requires the
#pragma to come before any actual C code.
* Sam Kendall added C++.
*/
-#include <stdio.h>
-#include <ctype.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-
#include "../src/config.h"
#undef static
-#include "getopt.h"
-
/* AIX requires this to be the first thing in the file. */
#ifdef __GNUC__
#ifndef alloca
#endif /* not HAVE_ALLOCA_H */
#endif /* not __GNUC__ */
+#include <stdio.h>
+#include <ctype.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+
+#include "getopt.h"
+
extern char *malloc (), *realloc ();
extern char *getenv ();
extern char *strcpy (), *strncpy ();