X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Fnothread%2Fthrd_yield.c;h=0cb99acee7e374d2466f9955a794501095512fb3;hp=2d184ce8138d3a9ea922f94deeec55384d68fbb0;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/opt/nothread/thrd_yield.c b/opt/nothread/thrd_yield.c index 2d184ce..0cb99ac 100644 --- a/opt/nothread/thrd_yield.c +++ b/opt/nothread/thrd_yield.c @@ -8,7 +8,7 @@ void thrd_yield(void) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {