]> pd.if.org Git - pdclib/blobdiff - opt/pthreads/call_once.c
PDCLib includes with quotes, not <>.
[pdclib] / opt / pthreads / call_once.c
index 123ad3a91b1ba636a40888849ce295d0d2bbfbe2..f9bbffea3a335c006ab05810d968e0db74a755d9 100644 (file)
@@ -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;