X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fwin32%2Ffunctions%2Fthreads%2Fcall_once.c;h=211b21984be665be994d6ab42eb01df0a162661f;hp=675e00029ecc436f0b4550c3e9ede014c95ab219;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/platform/win32/functions/threads/call_once.c b/platform/win32/functions/threads/call_once.c index 675e000..211b219 100644 --- a/platform/win32/functions/threads/call_once.c +++ b/platform/win32/functions/threads/call_once.c @@ -50,7 +50,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;