X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Fnothread%2Fmtx_unlock.c;h=a12c0a061123b40e2c5b3fe597cadb6336769b38;hp=97a93a67ac021e8c319c6966a0609859446dc511;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=66650707acada328341a3812007307b1b9676803 diff --git a/opt/nothread/mtx_unlock.c b/opt/nothread/mtx_unlock.c index 97a93a6..a12c0a0 100644 --- a/opt/nothread/mtx_unlock.c +++ b/opt/nothread/mtx_unlock.c @@ -10,11 +10,11 @@ int mtx_unlock(mtx_t *mtx) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) { return TEST_RESULTS; } -#endif \ No newline at end of file +#endif