From e2b1618571fb6542d3d93da650ddb0502f89c4c8 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Sun, 2 Feb 2003 20:27:01 +0000 Subject: [PATCH] MFH --- main/php_scandir.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.50.1