summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authordtucker <dtucker>2010-10-23 23:47:30 +0000
committerdtucker <dtucker>2010-10-23 23:47:30 +0000
commita7a618f55e8fd42139d41803939961c9ac5cf956 (patch)
tree8c809d64e531192d5a2ee5ea79276e678e4cb42a /includes.h
parentd381dbb66d3f3f64f3dab571c77dadb00421588d (diff)
downloadopenssh-a7a618f55e8fd42139d41803939961c9ac5cf956.tar.gz
- (dtucker) [includes.h] Add missing ifdef GLOB_HAS_GL_STATV to fix build.
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes.h b/includes.h
index 6bb98780..b4c53d9b 100644
--- a/includes.h
+++ b/includes.h
@@ -30,7 +30,7 @@
# include <bstring.h>
#endif
#if defined(HAVE_GLOB_H) && defined(GLOB_HAS_ALTDIRFUNC) && \
- defined(GLOB_HAS_GL_MATCHC) && \
+ defined(GLOB_HAS_GL_MATCHC) && defined(GLOB_HAS_GL_STATV) && \
defined(HAVE_DECL_GLOB_NOMATCH) && HAVE_DECL_GLOB_NOMATCH != 0 && \
!defined(BROKEN_GLOB)
# include <glob.h>