X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstdio%2Ffseek.c;h=c8427f8c9a32b418c0d1364bb7592ac437c58bfb;hp=6f56b6ef4ad894ded3ce4cfa4adf7664c4b746ad;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hpb=2040228f27d623585d339dec175c4e779ca9edb5 diff --git a/functions/stdio/fseek.c b/functions/stdio/fseek.c index 6f56b6e..c8427f8 100644 --- a/functions/stdio/fseek.c +++ b/functions/stdio/fseek.c @@ -30,7 +30,9 @@ int fseek( struct _PDCLIB_file_t * stream, long offset, int whence ) #endif #ifdef TEST + #include "_PDCLIB_test.h" + #include int main( void ) @@ -81,4 +83,3 @@ int main( void ) } #endif -