X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Fnothread%2Fcnd_wait.c;h=86b70ab663c08f23116686556162086152ce91eb;hp=54c3917cbf1356d1923cefd0c13b0c849f61240e;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=29387e76cd5cd340fe7d811dc9830931d3d0ec9b diff --git a/opt/nothread/cnd_wait.c b/opt/nothread/cnd_wait.c index 54c3917..86b70ab 100644 --- a/opt/nothread/cnd_wait.c +++ b/opt/nothread/cnd_wait.c @@ -8,7 +8,7 @@ int cnd_wait(cnd_t *cond, mtx_t *mtx) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {