X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Ffgetpos.c;h=db9be06792fd1c554d5ec8d15f421e80640de567;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=248fb356a0f07d5fb6ef91c904b97de758212ee4;hpb=a7a8d2f1c85c2d7760d4d3479e90466cc3a81b04;p=pdclib diff --git a/functions/stdio/fgetpos.c b/functions/stdio/fgetpos.c index 248fb35..db9be06 100644 --- a/functions/stdio/fgetpos.c +++ b/functions/stdio/fgetpos.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* fgetpos( FILE * , fpos_t * ) This file is part of the Public Domain C Library (PDCLib). @@ -21,7 +19,9 @@ int fgetpos( struct _PDCLIB_file_t * _PDCLIB_restrict stream, struct _PDCLIB_fpo #endif #ifdef TEST -#include <_PDCLIB_test.h> + +#include "_PDCLIB_test.h" + #include int main( void )