X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Fpthreads%2Fmtx_destroy.c;fp=opt%2Fpthreads%2Fmtx_destroy.c;h=ad1c14faac149b2345529085ef1ff6db563b60b2;hp=2d0a2a2187006256c96ac14507e06e8a1a2cf23a;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/opt/pthreads/mtx_destroy.c b/opt/pthreads/mtx_destroy.c index 2d0a2a2..ad1c14f 100644 --- a/opt/pthreads/mtx_destroy.c +++ b/opt/pthreads/mtx_destroy.c @@ -9,7 +9,7 @@ void mtx_destroy(mtx_t *mtx) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {