Skip to content

Commit 1c08413

Browse files
committed
Fix win32 build
1 parent 7a703e6 commit 1c08413

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main/SAPI.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
#include "zend.h"
2525
#include "zend_llist.h"
2626
#include "zend_operators.h"
27+
#ifdef PHP_WIN32
28+
#include "win95nt.h"
29+
#endif
2730
#include <sys/stat.h>
2831

2932
#define SAPI_OPTION_NO_CHDIR 1

0 commit comments

Comments
 (0)