X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Fnothread%2Fcall_once.c;h=3bdca049a2f6d3e1dd2734a458d89946a3338299;hp=cce9a499493ad3c4eb80e70b34a37b34299842e9;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/opt/nothread/call_once.c b/opt/nothread/call_once.c index cce9a49..3bdca04 100644 --- a/opt/nothread/call_once.c +++ b/opt/nothread/call_once.c @@ -11,7 +11,7 @@ void _PDCLIB_call_once(_PDCLIB_once_flag *flag, void (*func)(void)) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" #ifndef REGTEST static int count = 0;