X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Fnothread%2Fmtx_init.c;h=6d48970a75e1c0fe8db3db36caeacf1a0ecd8b80;hp=21bb473e2f88ef813dfc83886f73b8551869f08f;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/opt/nothread/mtx_init.c b/opt/nothread/mtx_init.c index 21bb473..6d48970 100644 --- a/opt/nothread/mtx_init.c +++ b/opt/nothread/mtx_init.c @@ -9,7 +9,7 @@ int mtx_init(mtx_t *mtx, int type) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {