X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstdio%2Fputs.c;h=aa759dc17839d539d4bd936267c0e6ff09967970;hp=94472ae1f514d65ad145828d7cafcb07cdf7c7ec;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hpb=2040228f27d623585d339dec175c4e779ca9edb5 diff --git a/functions/stdio/puts.c b/functions/stdio/puts.c index 94472ae..aa759dc 100644 --- a/functions/stdio/puts.c +++ b/functions/stdio/puts.c @@ -7,6 +7,7 @@ #include #ifndef REGTEST + #include "_PDCLIB_glue.h" extern char * _PDCLIB_eol; @@ -43,6 +44,7 @@ int puts( const char * s ) #endif #ifdef TEST + #include "_PDCLIB_test.h" int main( void ) @@ -63,4 +65,3 @@ int main( void ) } #endif -