From: Jon Parise Date: Fri, 3 Aug 2001 19:05:40 +0000 (+0000) Subject: smart_str use requires php_smart_str.h. X-Git-Tag: PRE_ENGINE2_SPLIT~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b8c562b221e3fc0fe8af985f299fbf82640cd24;p=php smart_str use requires php_smart_str.h. --- diff --git a/ext/sysvshm/sysvshm.c b/ext/sysvshm/sysvshm.c index 9255f3677f..a7794592d1 100644 --- a/ext/sysvshm/sysvshm.c +++ b/ext/sysvshm/sysvshm.c @@ -36,6 +36,7 @@ #include "php_sysvshm.h" #include "../standard/php_var.h" +#include "../standard/php_smart_str.h" /* {{{ sysvshm_functions[] */