From 1baeaf9201218a12c1a16f3d4bff20a77e51ef86 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Sun, 2 Feb 2003 23:09:40 +0000 Subject: [PATCH] MFH --- main/php_scandir.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main/php_scandir.h b/main/php_scandir.h index b7a2b9e78b..fc3b191dfb 100644 --- a/main/php_scandir.h +++ b/main/php_scandir.h @@ -1,9 +1,5 @@ #include -#ifdef HAVE_DIRENT_H -# include -#endif - #ifdef PHP_WIN32 #include "config.w32.h" #include "win32/readdir.h" @@ -11,6 +7,10 @@ #include "php_config.h" #endif +#ifdef HAVE_DIRENT_H +# include +#endif + #ifndef HAVE_ALPHASORT int alphasort(const struct dirent **a, const struct dirent **b); #endif -- 2.50.1