X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Ffputc.c;h=872b741916cfc26460e8372a8ff710b530dd7fe5;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=c6120ed71b5b1767cc81888beb78094da20cc46c;hpb=b1fc26afebd4d557ff89a44bc21767a8704c3809;p=pdclib diff --git a/functions/stdio/fputc.c b/functions/stdio/fputc.c index c6120ed..872b741 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,8 @@ int fputc( int c, struct _PDCLIB_file_t * stream ) #endif #ifdef TEST -#include <_PDCLIB_test.h> + +#include "_PDCLIB_test.h" int main( void ) {