]> pd.if.org Git - pdclib/blobdiff - opt/pthreads/mtx_lock.c
PDCLib includes with quotes, not <>.
[pdclib] / opt / pthreads / mtx_lock.c
index 88a1304b31ce745f9f25c64a4972511b76940710..ef7d4d76e2aaa779d23ac294f4875c145bdb61f8 100644 (file)
@@ -11,7 +11,7 @@ int mtx_lock(mtx_t *mtx)
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {