--- embedaddon/sudo/compat/glob.c 2012/02/21 16:23:02 1.1.1.1 +++ embedaddon/sudo/compat/glob.c 2013/07/22 10:46:11 1.1.1.2 @@ -52,7 +52,9 @@ #include -#include +#ifndef HAVE_GLOB + +#include #include #include @@ -898,4 +900,5 @@ qprintf(const char *str, Char *s) (void)printf("%c", ismeta(*p) ? '_' : ' '); (void)printf("\n"); } -#endif +#endif /* DEBUG */ +#endif /* HAVE_GLOB */