X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=compat%2Fglob.c;h=c24f77a97af366cc66adb245770c0cb01ebeba0c;hb=e8db7f6eea9b35527ddd4532affabd18a30549b5;hp=cf9a4e2bf66efaa427d84e528e2d92a33167c755;hpb=98b9fd63cd28a3636a7cd24641b8f497eaadcd50;p=debian%2Fsudo diff --git a/compat/glob.c b/compat/glob.c index cf9a4e2..c24f77a 100644 --- a/compat/glob.c +++ b/compat/glob.c @@ -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 */