X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=opt%2Fpthreads%2Fmtx_destroy.c;h=ad1c14faac149b2345529085ef1ff6db563b60b2;hb=d3484ae97fd49e304689434deb268f6d1357bd5e;hp=2d0a2a2187006256c96ac14507e06e8a1a2cf23a;hpb=a3b310f13d9001554fe24f3eebab8c0bebac72ca;p=pdclib 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 ) {