From: Anatol Belski Date: Mon, 10 Nov 2014 08:30:29 +0000 (+0100) Subject: use proper declarations for zend_stat_t X-Git-Tag: PRE_NATIVE_TLS_MERGE~130^2~34^2~1^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25e75cd091e607c531260dc1cc2937b7461d894f;p=php use proper declarations for zend_stat_t --- 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. */