X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstdio%2Ffputc.c;h=1ea99e9d952adb4524693f4ca5c2e177b3d2604b;hp=c6120ed71b5b1767cc81888beb78094da20cc46c;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hpb=2b793d7f6e3a8e37229e761ef4c92961bd0f686a diff --git a/functions/stdio/fputc.c b/functions/stdio/fputc.c index c6120ed..1ea99e9 100644 --- a/functions/stdio/fputc.c +++ b/functions/stdio/fputc.c @@ -8,7 +8,7 @@ #ifndef REGTEST -#include <_PDCLIB_glue.h> +#include "_PDCLIB_glue.h" /* Write the value c (cast to unsigned char) to the given stream. Returns c if successful, EOF otherwise. @@ -35,7 +35,7 @@ int fputc( int c, struct _PDCLIB_file_t * stream ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {