summaryrefslogtreecommitdiff
path: root/ext/intl/intl_error.h
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2014-09-21 20:47:07 +0200
committerNikita Popov <nikic@php.net>2014-09-21 20:58:31 +0200
commita770d29df74515197c76efdf1a64d9794c27b4af (patch)
treed57e1d6237eace03ca05d459ec8aecbca2b89457 /ext/intl/intl_error.h
parent2a7de9fdbba28152fadcdddc2b731d319405e106 (diff)
downloadphp-git-a770d29df74515197c76efdf1a64d9794c27b4af.tar.gz
Add smart_str_append for appending zend_strings
Also replaces usages in Zend/ and ext/standard
Diffstat (limited to 'ext/intl/intl_error.h')
-rw-r--r--ext/intl/intl_error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/intl_error.h b/ext/intl/intl_error.h
index 7e8f0cf5e4..b800d10dbf 100644
--- a/ext/intl/intl_error.h
+++ b/ext/intl/intl_error.h
@@ -21,7 +21,7 @@
#include <unicode/utypes.h>
#include <unicode/parseerr.h>
-#include <zend_smart_str_public.h>
+#include <zend_smart_str.h>
#define INTL_ERROR_CODE(e) (e).code