X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fwin32%2Ffunctions%2Fthreads%2Ftss_get.c;fp=platform%2Fwin32%2Ffunctions%2Fthreads%2Ftss_get.c;h=acb7c62e68b74becf0a925648fda881caa14d0ca;hp=b0a4441a23efe7231ef169cb772eeb756540b942;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/platform/win32/functions/threads/tss_get.c b/platform/win32/functions/threads/tss_get.c index b0a4441..acb7c62 100644 --- a/platform/win32/functions/threads/tss_get.c +++ b/platform/win32/functions/threads/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;