X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Fnothread%2Fmtx_timedlock.c;h=047dce63beb5368baa485199f57b9af3da75a1e5;hp=6ab7dfb8054b048ebb6d7ba7fd507978e31fea2b;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=5fd032eae66fba700cb9927840222b068c62361e diff --git a/opt/nothread/mtx_timedlock.c b/opt/nothread/mtx_timedlock.c index 6ab7dfb..047dce6 100644 --- a/opt/nothread/mtx_timedlock.c +++ b/opt/nothread/mtx_timedlock.c @@ -8,11 +8,11 @@ int mtx_timedlock(mtx_t *restrict mtx, const struct timespec *restrict ts) #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