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=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e 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 ) {