From: Ilia Alshanetsky Date: Sun, 2 Feb 2003 20:27:01 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.3.2RC1~355 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2b1618571fb6542d3d93da650ddb0502f89c4c8;p=php MFH --- diff --git a/main/php_scandir.c b/main/php_scandir.c index a0c9e13e27..148c8828a3 100644 --- a/main/php_scandir.c +++ b/main/php_scandir.c @@ -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