]> pd.if.org Git - pdclib/blobdiff - platform/win32/functions/threads/call_once.c
PDCLib includes with quotes, not <>.
[pdclib] / platform / win32 / functions / threads / call_once.c
index 675e00029ecc436f0b4550c3e9ede014c95ab219..211b21984be665be994d6ab42eb01df0a162661f 100644 (file)
@@ -50,7 +50,7 @@ void _PDCLIB_call_once(_PDCLIB_once_flag *flag, void (*func)(void))
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 #ifndef REGTEST\r
 static int count = 0;\r