X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Fftell.c;h=f4bd300713c60b92b9f4a06f223c4ed24719c23b;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=af6542c0d713edd797eaeb80a5fdc6aeb3379a7a;hpb=b1fc26afebd4d557ff89a44bc21767a8704c3809;p=pdclib diff --git a/functions/stdio/ftell.c b/functions/stdio/ftell.c index af6542c..f4bd300 100644 --- a/functions/stdio/ftell.c +++ b/functions/stdio/ftell.c @@ -42,7 +42,8 @@ long int ftell( struct _PDCLIB_file_t * stream ) #endif #ifdef TEST -#include <_PDCLIB_test.h> + +#include "_PDCLIB_test.h" #include @@ -97,4 +98,3 @@ int main( void ) } #endif -