X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Fnothread%2Fcnd_init.c;h=13f1732e4971877e713f9b9e55c234371ce0aa5e;hp=9e22f7d89d62a3d71c55f661ceb128b733ba1815;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=29387e76cd5cd340fe7d811dc9830931d3d0ec9b diff --git a/opt/nothread/cnd_init.c b/opt/nothread/cnd_init.c index 9e22f7d..13f1732 100644 --- a/opt/nothread/cnd_init.c +++ b/opt/nothread/cnd_init.c @@ -9,7 +9,7 @@ int cnd_init(cnd_t *cond) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {