From f202bbb2130b17a8408c7154854da76258ab313b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 22 May 1996 21:22:40 +0000 Subject: Wed May 22 17:22:14 1996 Roland McGrath * posix/glob.c [VMS]: Don't include . --- posix/glob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posix/glob.c') diff --git a/posix/glob.c b/posix/glob.c index 7dfd7f5347..56d58ee096 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 -- cgit 1.4.1