]> granicus.if.org Git - php/commitdiff
MFH
authorIlia Alshanetsky <iliaa@php.net>
Sun, 2 Feb 2003 20:27:01 +0000 (20:27 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Sun, 2 Feb 2003 20:27:01 +0000 (20:27 +0000)
main/php_scandir.c

index a0c9e13e274d1126f9e9f60f93378cb66418e433..148c8828a3357f1edb06a716519b60ed33b244e1 100644 (file)
    +----------------------------------------------------------------------+
  */
 
-#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>