X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Fnothread%2Fcnd_wait.c;h=86b70ab663c08f23116686556162086152ce91eb;hp=be2fcbbe3d427373f1e6ed3e41be891c8ed80423;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=219271fd548949abce8bd75c34dd42e519418fc4 diff --git a/opt/nothread/cnd_wait.c b/opt/nothread/cnd_wait.c index be2fcbb..86b70ab 100644 --- a/opt/nothread/cnd_wait.c +++ b/opt/nothread/cnd_wait.c @@ -8,11 +8,11 @@ int cnd_wait(cnd_t *cond, 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