diff -Nur proftpd-1.2.0pre1/modules/mod_ls.c proftpd-1.2.0pre1.pld/modules/mod_ls.c --- proftpd-1.2.0pre1/modules/mod_ls.c Sun Oct 18 04:24:41 1998 +++ proftpd-1.2.0pre1.pld/modules/mod_ls.c Wed Feb 10 17:02:17 1999 @@ -23,7 +23,9 @@ */ #include "conf.h" - +#if ((__GLIBC__ == 2) && (__GLIBC_MINOR__ >= 1)) +#include +#endif /* GNU libc-2.1 */ #ifndef GLOB_ABORTED #define GLOB_ABORTED GLOB_ABEND #endif