X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2F_PDCLIB%2Fstdarg.c;h=9e43be6a10bebda6bcb65c4489f5cfd05899abf4;hp=c4248dbbe0c5b50f6543926443b2fd10daea4808;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e 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 );