mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
configure.in
This commit is contained in:
parent
ca18b631fd
commit
6ed790685f
@ -24,6 +24,10 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef HAVE_SYS_DIR_H
|
||||
#include <sys/dir.h>
|
||||
#endif
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
#include "config.w32.h"
|
||||
#include "win32/readdir.h"
|
||||
|
Loading…
Reference in New Issue
Block a user