]> pd.if.org Git - pdclib/blobdiff - opt/pthreads/mtx_init.c
PDCLib includes with quotes, not <>.
[pdclib] / opt / pthreads / mtx_init.c
index 90c67e62109b0549b2a5f1ee5000c367e66d23ad..20615671500d6880cea0f3e7084a7dce77ffaa3f 100644 (file)
@@ -1,4 +1,5 @@
 #ifndef REGTEST
+#define _POSIX_C_SOURCE 2008098L
 #include <threads.h>
 #include <pthread.h>
 
@@ -34,7 +35,7 @@ int mtx_init(mtx_t *mtx, int type)
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {