]> granicus.if.org Git - php/commitdiff
Fixed bug #32318
authorfoobar <sniper@php.net>
Wed, 31 Aug 2005 14:34:46 +0000 (14:34 +0000)
committerfoobar <sniper@php.net>
Wed, 31 Aug 2005 14:34:46 +0000 (14:34 +0000)
main/php_ini.c

index f17fd5823672420fcaf9d5aadde16d81fe808ede..06e9a1e0713f9c1e332bb98f82e0e6e8bd9b568b 100644 (file)
@@ -31,7 +31,9 @@
 #include "SAPI.h"
 #include "php_main.h"
 #include "php_scandir.h"
+#ifdef PHP_WIN32
 #include "win32/php_registry.h"
+#endif
 
 #if HAVE_SCANDIR && HAVE_ALPHASORT && HAVE_DIRENT_H
 #include <dirent.h>