diff options
Diffstat (limited to 'posix')
-rw-r--r-- | posix/glob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/glob.h b/posix/glob.h index 8607e9f04c..ba24d890c4 100644 --- a/posix/glob.h +++ b/posix/glob.h @@ -65,7 +65,7 @@ extern "C" #define GLOB_NOMATCH 3 /* No matches found. */ /* Structure describing a globbing run. */ -#ifndef _AMIGA /* Buggy compiler. */ +#if !defined (_AMIGA) && !defined (VMS) /* Buggy compiler. */ struct stat; #endif typedef struct |