X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Frewind.c;h=a449b7d03cd55945c27523929fa2a1502dbc0dfa;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=4dab8e9e2cbe9943392011876bf9723a060005b9;hpb=393020b6e48719d27699dea6b29e53025bbd5123;p=pdclib diff --git a/functions/stdio/rewind.c b/functions/stdio/rewind.c index 4dab8e9..a449b7d 100644 --- a/functions/stdio/rewind.c +++ b/functions/stdio/rewind.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* rewind( FILE * ) This file is part of the Public Domain C Library (PDCLib). @@ -19,7 +17,8 @@ void rewind( struct _PDCLIB_file_t * stream ) #endif #ifdef TEST -#include <_PDCLIB_test.h> + +#include "_PDCLIB_test.h" int main( void ) {