X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Fpthreads%2Fmtx_timedlock.c;h=bca1f6a7dd889314064ec4912cb5f081b19d13ec;hp=6cd1b866ac50982ff88f199bf7221804c9fff46c;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/opt/pthreads/mtx_timedlock.c b/opt/pthreads/mtx_timedlock.c index 6cd1b86..bca1f6a 100644 --- a/opt/pthreads/mtx_timedlock.c +++ b/opt/pthreads/mtx_timedlock.c @@ -30,7 +30,7 @@ int mtx_timedlock(mtx_t *restrict mtx, const struct timespec *restrict ts) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {