summaryrefslogtreecommitdiff
path: root/zp/source/any/str/wstrcpy.cc
diff options
context:
space:
mode:
Diffstat (limited to 'zp/source/any/str/wstrcpy.cc')
-rw-r--r--zp/source/any/str/wstrcpy.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/zp/source/any/str/wstrcpy.cc b/zp/source/any/str/wstrcpy.cc
index ac4520f..cbc576f 100644
--- a/zp/source/any/str/wstrcpy.cc
+++ b/zp/source/any/str/wstrcpy.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::siz zp_wstrcpy(::zp::wchr * const dst,::zp::wchr const * const src) {
+extern "C" zp_nothw ::zp::siz zp_wstrcpy(::zp::wchr * const dst,::zp::wchr const* const src) {
return ::zp::det::strcpy(dst,src);
}