X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Ffgetpos.c;h=4934b4292d4d86bdcb065921f8ed5d3c48661a9c;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hp=248fb356a0f07d5fb6ef91c904b97de758212ee4;hpb=a7a8d2f1c85c2d7760d4d3479e90466cc3a81b04;p=pdclib diff --git a/functions/stdio/fgetpos.c b/functions/stdio/fgetpos.c index 248fb35..4934b42 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,7 @@ 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 )