X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstdio%2Fftell.c;h=f4bd300713c60b92b9f4a06f223c4ed24719c23b;hp=bf6f792b892d1fdd5eee9c4ffc60b63ba61bfd67;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hpb=2040228f27d623585d339dec175c4e779ca9edb5 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 -