X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Fnothread%2Fmtx_trylock.c;h=3224e4732654c598b0fefda211fe3da2e18a8c1e;hp=20efc99403afcc8316c9133ff06a2e9913dc9e0b;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=66650707acada328341a3812007307b1b9676803 diff --git a/opt/nothread/mtx_trylock.c b/opt/nothread/mtx_trylock.c index 20efc99..3224e47 100644 --- a/opt/nothread/mtx_trylock.c +++ b/opt/nothread/mtx_trylock.c @@ -9,11 +9,11 @@ int mtx_trylock(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