mirror of
https://github.com/php/php-src.git
synced 2025-01-23 12:13:37 +08:00
Fix win32 compilation. Missing uid_t and gid_t definitions.
This commit is contained in:
parent
20db6b2dcb
commit
e398e6b7d6
@ -24,6 +24,9 @@
|
||||
#include "zend.h"
|
||||
#include "zend_llist.h"
|
||||
#include "zend_operators.h"
|
||||
#ifdef PHP_WIN32
|
||||
#include "win95nt.h"
|
||||
#endif
|
||||
#include <sys/stat.h>
|
||||
|
||||
#define SAPI_OPTION_NO_CHDIR 1
|
||||
|
Loading…
Reference in New Issue
Block a user