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