X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Fputs.c;h=aa759dc17839d539d4bd936267c0e6ff09967970;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=ec67478ddace2d36a2d303c8e3943d71b4955891;hpb=d193d54478243fbd9e68649e0eb534c72d6aea0d;p=pdclib diff --git a/functions/stdio/puts.c b/functions/stdio/puts.c index ec67478..aa759dc 100644 --- a/functions/stdio/puts.c +++ b/functions/stdio/puts.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* puts( const char * ) This file is part of the Public Domain C Library (PDCLib). @@ -9,7 +7,8 @@ #include #ifndef REGTEST -#include <_PDCLIB_glue.h> + +#include "_PDCLIB_glue.h" extern char * _PDCLIB_eol; @@ -45,7 +44,8 @@ int puts( const char * s ) #endif #ifdef TEST -#include <_PDCLIB_test.h> + +#include "_PDCLIB_test.h" int main( void ) { @@ -65,4 +65,3 @@ int main( void ) } #endif -