X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstdio%2F_PDCLIB_prepread.c;h=b0a38dbad87b3c1421950e824344b84524b38a33;hp=22158d561d367c95f02add73a3425d5962d9fbc5;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=0a419d48138f1411d6e3e50a367b9ece5a2cf893 diff --git a/functions/stdio/_PDCLIB_prepread.c b/functions/stdio/_PDCLIB_prepread.c index 22158d5..b0a38db 100644 --- a/functions/stdio/_PDCLIB_prepread.c +++ b/functions/stdio/_PDCLIB_prepread.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_prepread( FILE * ) This file is part of the Public Domain C Library (PDCLib). @@ -10,7 +8,7 @@ #include #ifndef REGTEST -#include <_PDCLIB_glue.h> +#include "_PDCLIB_glue.h" int _PDCLIB_prepread( FILE * stream ) { @@ -39,7 +37,7 @@ int _PDCLIB_prepread( FILE * stream ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {