X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fwin32%2Ffunctions%2Fthreads%2Ftss_set.c;h=5ed15cea51ef6add8c9e78905f3a904fd198616d;hp=5ab53f14d69bff8dff6f0bcfeb039bcc8dba89bc;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/platform/win32/functions/threads/tss_set.c b/platform/win32/functions/threads/tss_set.c index 5ab53f1..5ed15ce 100644 --- a/platform/win32/functions/threads/tss_set.c +++ b/platform/win32/functions/threads/tss_set.c @@ -11,7 +11,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 )