X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;ds=sidebyside;f=opt%2Fnothread%2Fthrd_yield.c;h=0cb99acee7e374d2466f9955a794501095512fb3;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hp=c92c495ef88c161db41c3b14b5edfeb2c1435a2c;hpb=219271fd548949abce8bd75c34dd42e519418fc4;p=pdclib diff --git a/opt/nothread/thrd_yield.c b/opt/nothread/thrd_yield.c index c92c495..0cb99ac 100644 --- a/opt/nothread/thrd_yield.c +++ b/opt/nothread/thrd_yield.c @@ -8,11 +8,11 @@ void thrd_yield(void) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) { return TEST_RESULTS; } -#endif \ No newline at end of file +#endif