Imported Upstream version 1.8.7
[debian/sudo] / compat / regress / glob / globtest.c
index 70de67caf120add1a5fc25fb8d98e0e1a09cdeba..8da3ed458b150fe9c739059188bf350c563c5701 100644 (file)
@@ -14,7 +14,7 @@
 #ifdef HAVE_STRINGS_H
 # include <strings.h>
 #endif /* HAVE_STRINGS_H */
-#ifdef HAVE_EXTENDED_GLOB
+#ifdef HAVE_GLOB
 # include <glob.h>
 #else
 # include "compat/glob.h"
@@ -33,6 +33,7 @@ struct gl_entry {
 };
 
 int test_glob(struct gl_entry *);
+__dso_public int main(int argc, char *argv[]);
 
 int
 main(int argc, char **argv)