X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Fpthreads%2Fcall_once.c;h=f9bbffea3a335c006ab05810d968e0db74a755d9;hp=123ad3a91b1ba636a40888849ce295d0d2bbfbe2;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/opt/pthreads/call_once.c b/opt/pthreads/call_once.c index 123ad3a..f9bbffe 100644 --- a/opt/pthreads/call_once.c +++ b/opt/pthreads/call_once.c @@ -9,7 +9,7 @@ void call_once(once_flag *flag, void (*func)(void)) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" #ifndef REGTEST static int count = 0;