summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--glob/glob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glob/glob.h b/glob/glob.h
index 8607e9f..ba24d89 100644
--- a/glob/glob.h
+++ b/glob/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