X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Fnothread%2Fcnd_init.c;h=13f1732e4971877e713f9b9e55c234371ce0aa5e;hp=2d3fc7e66536f1f61fd07d67be7ec14390ff7d59;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=5fd032eae66fba700cb9927840222b068c62361e diff --git a/opt/nothread/cnd_init.c b/opt/nothread/cnd_init.c index 2d3fc7e..13f1732 100644 --- a/opt/nothread/cnd_init.c +++ b/opt/nothread/cnd_init.c @@ -9,11 +9,11 @@ int cnd_init(cnd_t *cond) #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