]> granicus.if.org Git - php/commitdiff
use proper declarations for zend_stat_t
authorAnatol Belski <ab@php.net>
Mon, 10 Nov 2014 08:30:29 +0000 (09:30 +0100)
committerAnatol Belski <ab@php.net>
Mon, 10 Nov 2014 09:58:20 +0000 (10:58 +0100)
win32/glob.h

index 63b8fc2f677ed832a883fed9de456bcee987c567..24ae69467cf82bdd2ae73ff690545feccb19df0d 100644 (file)
@@ -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. */