X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=opt%2Fnothread%2Fmtx_lock.c;h=cebc07d506551e6b80ae4192d4e5276c6e6d6b2e;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hp=efe26bd4de6f0b16ae7c706938ff56b4586fed77;hpb=66650707acada328341a3812007307b1b9676803;p=pdclib diff --git a/opt/nothread/mtx_lock.c b/opt/nothread/mtx_lock.c index efe26bd..cebc07d 100644 --- a/opt/nothread/mtx_lock.c +++ b/opt/nothread/mtx_lock.c @@ -9,11 +9,11 @@ int mtx_lock(mtx_t *mtx) #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