X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Fnothread%2Fmtx_destroy.c;h=344e0ee82bf7433a236dd39ff9d2d80b41588bd1;hp=8f359c8427f3c8c2b90259c8f6d7e2dfe84af126;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/opt/nothread/mtx_destroy.c b/opt/nothread/mtx_destroy.c index 8f359c8..344e0ee 100644 --- a/opt/nothread/mtx_destroy.c +++ b/opt/nothread/mtx_destroy.c @@ -6,7 +6,7 @@ void mtx_destroy(mtx_t *mtx) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {