X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Fpthreads%2Ftss_set.c;h=8c529b67a73e81a75f0ec1b4e0bba3e91bb814f5;hp=99895e07800579b7f6635029429e01543415d270;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/opt/pthreads/tss_set.c b/opt/pthreads/tss_set.c index 99895e0..8c529b6 100644 --- a/opt/pthreads/tss_set.c +++ b/opt/pthreads/tss_set.c @@ -14,7 +14,7 @@ int tss_set(tss_t key, void *val) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" /* Tested in tss_get.c */ int main( void )