- fix builds where include/php/ext/iconv does not have php_have_*.h files
[m6w6/ext-http] / http_querystring_object.c
index 1238781a26aa0f5b20bdd4d83762638b3e80fdad..6a3f0f30ff9cae302c3eb2a1f597cfdc1ea6e61f 100644 (file)
@@ -21,8 +21,9 @@
 #include "zend_interfaces.h"
 
 #ifdef HAVE_ICONV
-#      include "ext/standard/url.h"
+#      undef PHP_ATOM_INC
 #      include "ext/iconv/php_iconv.h"
+#      include "ext/standard/url.h"
 #endif
 
 #include "php_http_api.h"