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=29387e76cd5cd340fe7d811dc9830931d3d0ec9b 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 ) {