1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00
This commit is contained in:
Ilia Alshanetsky
2003-02-02 20:27:01 +00:00
parent f70be2a9a7
commit e2b1618571
+2 -1
View File
@@ -17,13 +17,14 @@
+----------------------------------------------------------------------+
*/
#include "php_scandir.h"
#ifdef PHP_WIN32
#include "config.w32.h"
#else
#include "php_config.h"
#endif
#include "php_scandir.h"
#ifndef HAVE_SCANDIR
#include <sys/types.h>