iliaa Sun Feb 2 15:26:46 2003 EDT
Modified files:
/php4/main php_scandir.c
Log:
Fixed build on Solaris (patch by Melvyn Sopacua).
Index: php4/main/php_scandir.c
diff -u php4/main/php_scandir.c:1.4 php4/main/php_scandir.c:1.5
--- php4/main/php_scandir.c:1.4 Tue Jan 28 11:05:34 2003
+++ php4/main/php_scandir.c Sun Feb 2 15:26:46 2003
@@ -17,12 +17,13 @@
+----------------------------------------------------------------------+
*/
-#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>
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php