From 25e75cd091e607c531260dc1cc2937b7461d894f Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 10 Nov 2014 09:30:29 +0100 Subject: [PATCH] use proper declarations for zend_stat_t --- win32/glob.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 #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. */ -- 2.50.1