summaryrefslogtreecommitdiff
path: root/dir.c
diff options
context:
space:
mode:
Diffstat (limited to 'dir.c')
-rw-r--r--dir.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dir.c b/dir.c
index 9812f92..fc0b6f5 100644
--- a/dir.c
+++ b/dir.c
@@ -1061,7 +1061,9 @@ void
dir_setup_glob (gl)
glob_t *gl;
{
+#ifndef VMS
extern int stat ();
+#endif
/* Bogus sunos4 compiler complains (!) about & before functions. */
gl->gl_opendir = open_dirstream;