X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Fnothread%2Fmtx_lock.c;h=cebc07d506551e6b80ae4192d4e5276c6e6d6b2e;hp=13b0d1ca6b5089e860d7c897c313da8d3239ca05;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/opt/nothread/mtx_lock.c b/opt/nothread/mtx_lock.c index 13b0d1c..cebc07d 100644 --- a/opt/nothread/mtx_lock.c +++ b/opt/nothread/mtx_lock.c @@ -9,7 +9,7 @@ int mtx_lock(mtx_t *mtx) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {