X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fwchar%2Fwmemmove.c;h=fe6a53eb4d3f3c083dd3bfdd4e5404c1e5d6e720;hp=e8d6075936b031a1e239828f1614631b126bcc7f;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/functions/wchar/wmemmove.c b/functions/wchar/wmemmove.c index e8d6075..fe6a53e 100644 --- a/functions/wchar/wmemmove.c +++ b/functions/wchar/wmemmove.c @@ -33,7 +33,7 @@ wchar_t * wmemmove( wchar_t * dest, const wchar_t * src, size_t n ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {