From 7911be587b8ce80fc3147a9cb25ac4f0dcee99b6 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Fri, 16 Feb 2001 18:55:58 +0000 Subject: Add all necessary includes for these header files. --- ext/standard/php_smart_str_public.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/standard/php_smart_str_public.h') 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 + typedef struct { char *c; size_t len; -- cgit v1.2.1