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