X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fwchar%2Fwcspbrk.c;h=c9434f847005749d34d315d44736624d5421c8b0;hp=73bf721312cdc4707ebe6fb46d43368ef13e725c;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/functions/wchar/wcspbrk.c b/functions/wchar/wcspbrk.c index 73bf721..c9434f8 100644 --- a/functions/wchar/wcspbrk.c +++ b/functions/wchar/wcspbrk.c @@ -30,7 +30,7 @@ wchar_t * wcspbrk( const wchar_t * s1, const wchar_t * s2 ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {