From a53939332dab05db474d75446211160b21a9742c Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sun, 24 Oct 2010 10:47:30 +1100 Subject: - (dtucker) [includes.h] Add missing ifdef GLOB_HAS_GL_STATV to fix build. --- includes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes.h') diff --git a/includes.h b/includes.h index 6bb987807..b4c53d9b4 100644 --- a/includes.h +++ b/includes.h @@ -30,7 +30,7 @@ # include #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 -- cgit v1.2.3