X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fwin32%2Ffunctions%2Fthreads%2Ftss_set.c;h=5ed15cea51ef6add8c9e78905f3a904fd198616d;hb=ed26bf80a4713c6b1f158571f3090f4cbb2d64f7;hp=5ab53f14d69bff8dff6f0bcfeb039bcc8dba89bc;hpb=639bad513ab9399ed9a8c588a476a10dbe6c9478;p=pdclib 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 )