X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Fpthreads%2Fmtx_trylock.c;h=019940f50663b076ef982f3e842c483e23232153;hp=8a095a5b5c55cb63c045febf0719c01855c1fd02;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/opt/pthreads/mtx_trylock.c b/opt/pthreads/mtx_trylock.c index 8a095a5..019940f 100644 --- a/opt/pthreads/mtx_trylock.c +++ b/opt/pthreads/mtx_trylock.c @@ -17,7 +17,7 @@ int mtx_trylock(mtx_t *mtx) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {