diff options
Diffstat (limited to 'ext/standard/php_smart_str.h')
-rw-r--r-- | ext/standard/php_smart_str.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/standard/php_smart_str.h b/ext/standard/php_smart_str.h index fce92af818..a489fab0bc 100644 --- a/ext/standard/php_smart_str.h +++ b/ext/standard/php_smart_str.h @@ -21,6 +21,9 @@ #include "php_smart_str_public.h" +#include <stdlib.h> +#include <zend.h> + #define smart_str_0(x) ((x)->c[(x)->len] = '\0') #define smart_str_alloc(d,n,what) {\ |