summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2003-02-02 20:26:46 +0000
committerIlia Alshanetsky <iliaa@php.net>2003-02-02 20:26:46 +0000
commit87a113f5c10af66c9a0b5c8620ccf4eb001ad427 (patch)
tree37047e73c4d7702da6b2f55141fb2af4fe4106e4 /main
parent7ed09726838a1b091cf4408e8af0169882d1d4cd (diff)
downloadphp-git-87a113f5c10af66c9a0b5c8620ccf4eb001ad427.tar.gz
Fixed build on Solaris (patch by Melvyn Sopacua).
Diffstat (limited to 'main')
-rw-r--r--main/php_scandir.c3
1 files changed, 2 insertions, 1 deletions
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 <sys/types.h>