diff options
Diffstat (limited to 'zp/source/any/str/wstrsrh.cc')
-rw-r--r-- | zp/source/any/str/wstrsrh.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zp/source/any/str/wstrsrh.cc b/zp/source/any/str/wstrsrh.cc index bf758e1..5dd5bbc 100644 --- a/zp/source/any/str/wstrsrh.cc +++ b/zp/source/any/str/wstrsrh.cc @@ -4,8 +4,8 @@ If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>. */ -#include <zp/prv> +#include <zp/prv/str> -extern "C" zp_nothw ::zp::wchr * zp_wstrsrh(::zp::wchr const * const str,::zp::wchr const chr) { +extern "C" zp_nothw ::zp::wchr * zp_wstrsrh(::zp::wchr const* const str,::zp::wchr const chr) { return ::zp::det::strsrh(str,chr); } |