diff options
author | foobar <sniper@php.net> | 2003-02-19 18:45:51 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-02-19 18:45:51 +0000 |
commit | 0458bb5e2b31e571b83e6aa674073c28fb8c4fbf (patch) | |
tree | db8b7bdd85f53a2d643908b337b1d0d46a3d5852 /main/php_scandir.c | |
parent | 53d70b2c14cf693957d959573a1e17136433ba0d (diff) | |
download | php-git-0458bb5e2b31e571b83e6aa674073c28fb8c4fbf.tar.gz |
MFB
Diffstat (limited to 'main/php_scandir.c')
-rw-r--r-- | main/php_scandir.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php_scandir.c b/main/php_scandir.c index 15d4febf4a..139e1c27cb 100644 --- a/main/php_scandir.c +++ b/main/php_scandir.c @@ -27,8 +27,6 @@ #include "php_scandir.h" -#ifndef HAVE_SCANDIR - #ifdef HAVE_SYS_TYPES_H #include <sys/types.h> #endif @@ -37,6 +35,8 @@ #include <dirent.h> #endif +#ifndef HAVE_SCANDIR + #ifdef PHP_WIN32 #include "win32/readdir.h" #endif |