X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2F_PDCLIB%2Fstdarg.c;h=9e43be6a10bebda6bcb65c4489f5cfd05899abf4;hb=be738e08ec9ba2498d81153bee1de9b8af7e764c;hp=c4248dbbe0c5b50f6543926443b2fd10daea4808;hpb=e1c526e9bad3f6e69391e94059096145390508d3;p=pdclib diff --git a/functions/_PDCLIB/stdarg.c b/functions/_PDCLIB/stdarg.c index c4248db..9e43be6 100644 --- a/functions/_PDCLIB/stdarg.c +++ b/functions/_PDCLIB/stdarg.c @@ -9,7 +9,7 @@ #include #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" typedef int (*intfunc_t)( void );