X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fwchar%2Fwcscmp.c;h=8a3d22782312a77d75bf6312377738c5322bb944;hp=810fac2fed739fa000f9b227d68d3a4e697d060c;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/functions/wchar/wcscmp.c b/functions/wchar/wcscmp.c index 810fac2..8a3d227 100644 --- a/functions/wchar/wcscmp.c +++ b/functions/wchar/wcscmp.c @@ -21,7 +21,7 @@ int wcscmp( const wchar_t * s1, const wchar_t * s2 ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {