iliaa Sun Feb 2 18:09:25 2003 EDT Modified files: /php4/main php_scandir.h Log: Fixed bug #22021. Index: php4/main/php_scandir.h diff -u php4/main/php_scandir.h:1.2 php4/main/php_scandir.h:1.3 --- php4/main/php_scandir.h:1.2 Mon Jan 27 19:42:54 2003 +++ php4/main/php_scandir.h Sun Feb 2 18:09:24 2003 @@ -1,14 +1,14 @@ #include <sys/types.h> -#ifdef HAVE_DIRENT_H -# include <dirent.h> -#endif - #ifdef PHP_WIN32 #include "config.w32.h" #include "win32/readdir.h" #else #include "php_config.h" +#endif + +#ifdef HAVE_DIRENT_H +# include <dirent.h> #endif #ifndef HAVE_ALPHASORT
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php