X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fwchar%2Fwcsstr.c;h=84f7c492b388e3edd1ec4530596901001b5b5c8a;hp=a2162f8f148cd0669284e2a08e5c393dd7fdb1b8;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/functions/wchar/wcsstr.c b/functions/wchar/wcsstr.c index a2162f8..84f7c49 100644 --- a/functions/wchar/wcsstr.c +++ b/functions/wchar/wcsstr.c @@ -33,7 +33,7 @@ wchar_t * wcsstr( const wchar_t * s1, const wchar_t * s2 ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {