X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2F_PDCLIB%2Fstdarg.c;h=61def6837958a0745e501c431f5ed58dcc78e349;hp=4fe975c4f4af0e8acb503dd84138d9bc613ab397;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hpb=2b793d7f6e3a8e37229e761ef4c92961bd0f686a diff --git a/functions/_PDCLIB/stdarg.c b/functions/_PDCLIB/stdarg.c index 4fe975c..61def68 100644 --- a/functions/_PDCLIB/stdarg.c +++ b/functions/_PDCLIB/stdarg.c @@ -8,7 +8,7 @@ #include #include -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" typedef int (*intfunc_t)( void );