X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Fnothread%2Ftss_set.c;h=1e8a5eb0ae3ff18115fdc44ba3b1c121e6021ec2;hp=da02b04be24b07aedb84e0d2e71dc380d37e8d16;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/opt/nothread/tss_set.c b/opt/nothread/tss_set.c index da02b04..1e8a5eb 100644 --- a/opt/nothread/tss_set.c +++ b/opt/nothread/tss_set.c @@ -9,7 +9,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 )