X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Fpthreads%2Fmtx_unlock.c;h=3e544f2c499f67286b8e883bb477f12f8da4ee75;hp=0da592a33b838fc35de1ef21f43fa14e07df7678;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/opt/pthreads/mtx_unlock.c b/opt/pthreads/mtx_unlock.c index 0da592a..3e544f2 100644 --- a/opt/pthreads/mtx_unlock.c +++ b/opt/pthreads/mtx_unlock.c @@ -11,7 +11,7 @@ int mtx_unlock(mtx_t *mtx) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {