X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Fnothread%2Fmtx_unlock.c;h=a12c0a061123b40e2c5b3fe597cadb6336769b38;hp=d22d40e0ed3c75859ea614771950293c577a8236;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=29387e76cd5cd340fe7d811dc9830931d3d0ec9b diff --git a/opt/nothread/mtx_unlock.c b/opt/nothread/mtx_unlock.c index d22d40e..a12c0a0 100644 --- a/opt/nothread/mtx_unlock.c +++ b/opt/nothread/mtx_unlock.c @@ -10,7 +10,7 @@ int mtx_unlock(mtx_t *mtx) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {