X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Fpthreads%2Ftss_get.c;h=ab8e70adaf1de7a60060396c18188dc1d16c791e;hp=cff00eab1ce653e9c86b928d0598528cf07bd70a;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/opt/pthreads/tss_get.c b/opt/pthreads/tss_get.c index cff00ea..ab8e70a 100644 --- a/opt/pthreads/tss_get.c +++ b/opt/pthreads/tss_get.c @@ -9,7 +9,7 @@ void *tss_get(tss_t key) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" #ifndef REGTEST static tss_t key;