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