diff options
Diffstat (limited to 'ext/standard/php_http.h')
-rw-r--r-- | ext/standard/php_http.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php_http.h b/ext/standard/php_http.h index 0351b2a59c..0979348314 100644 --- a/ext/standard/php_http.h +++ b/ext/standard/php_http.h @@ -22,7 +22,7 @@ #define PHP_HTTP_H #include "php.h" -#include "php_smart_str.h" +#include "zend_smart_str.h" PHPAPI int php_url_encode_hash_ex(HashTable *ht, smart_str *formstr, const char *num_prefix, int num_prefix_len, |