From 82d199b6391b51ca261a324783a1fb8d4aea2832 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Thu, 12 Oct 2000 00:48:12 +0000 Subject: Move structure definition into its own file, so that public header files don't need to include the complete source code. --- ext/standard/php_smart_str.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/standard/php_smart_str.h') diff --git a/ext/standard/php_smart_str.h b/ext/standard/php_smart_str.h index bbce7317b7..6199051dad 100644 --- a/ext/standard/php_smart_str.h +++ b/ext/standard/php_smart_str.h @@ -19,6 +19,8 @@ #ifndef PHP_SMART_STR_H #define PHP_SMART_STR_H +#include "php_smart_str_public.h" + #define smart_str_0(x) ((x)->c[(x)->len] = '\0') #define smart_str_alloc(d,n) {\ -- cgit v1.2.1