]> pd.if.org Git - pdclib/blobdiff - opt/pthreads/tss_create.c
PDCLib includes with quotes, not <>.
[pdclib] / opt / pthreads / tss_create.c
index e51a09efeab9331331b2df357d3ce234ae90b9a9..41bfb66618250364c337715ed615a7af79dc5d1a 100644 (file)
@@ -14,7 +14,7 @@ int tss_create(tss_t *key, tss_dtor_t dtor)
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 /* Tested in tss_get.c */
 int main( void )