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_public.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_public.h')
| -rw-r--r-- | ext/standard/php_smart_str_public.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/php_smart_str_public.h b/ext/standard/php_smart_str_public.h index d561582369..4d448be312 100644 --- a/ext/standard/php_smart_str_public.h +++ b/ext/standard/php_smart_str_public.h @@ -19,6 +19,8 @@ #ifndef PHP_SMART_STR_PUBLIC_H #define PHP_SMART_STR_PUBLIC_H +#include <sys/types.h> + typedef struct { char *c; size_t len; |
