From: Roland McGrath Date: Wed, 22 May 1996 21:22:40 +0000 (+0000) Subject: Wed May 22 17:22:14 1996 Roland McGrath X-Git-Tag: cvs/libc-960523~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f202bbb2130b17a8408c7154854da76258ab313b;p=thirdparty%2Fglibc.git Wed May 22 17:22:14 1996 Roland McGrath * posix/glob.c [VMS]: Don't include . --- diff --git a/posix/glob.c b/posix/glob.c index 7dfd7f5347b..56d58ee0966 100644 --- a/posix/glob.c +++ b/posix/glob.c @@ -65,7 +65,7 @@ Cambridge, MA 02139, USA. */ #endif #endif -#ifndef _AMIGA +#if !defined (_AMIGA) && !defined (VMS) #include #endif