diff options
Diffstat (limited to 'win32/glob.h')
-rw-r--r-- | win32/glob.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/glob.h b/win32/glob.h index 63b8fc2f67..24ae69467c 100644 --- a/win32/glob.h +++ b/win32/glob.h @@ -47,7 +47,8 @@ # include <sys/cdefs.h> #endif -zend_stat_t; +#include "Zend/zend_stream.h" + typedef struct { int gl_pathc; /* Count of total paths so far. */ int gl_matchc; /* Count of paths matching pattern. */ |