--- embedaddon/sudo/compat/regress/glob/globtest.c 2012/02/21 16:23:02 1.1.1.1 +++ embedaddon/sudo/compat/regress/glob/globtest.c 2013/07/22 10:46:11 1.1.1.3 @@ -14,7 +14,7 @@ #ifdef HAVE_STRINGS_H # include #endif /* HAVE_STRINGS_H */ -#ifdef HAVE_EXTENDED_GLOB +#ifdef HAVE_GLOB # include #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)