diff options
author | Sascha Schumann <sas@php.net> | 2001-02-16 18:55:58 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2001-02-16 18:55:58 +0000 |
commit | 7911be587b8ce80fc3147a9cb25ac4f0dcee99b6 (patch) | |
tree | e6d38b8b433af37fc28b20a79b502850e8ce37b6 /ext/standard/php_smart_str.h | |
parent | 0b11c910f53110e3fd3d97ebda81aa3292ed46fc (diff) | |
download | php-git-7911be587b8ce80fc3147a9cb25ac4f0dcee99b6.tar.gz |
Add all necessary includes for these header files.
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) {\ |