X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2F_PDCLIB%2Fseek.c;h=cafcee8ddc2cfd64db234c335ca00e9754667321;hp=3d62c59bf7ff954c1c01e613596cd0c1b268b8ed;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hpb=2040228f27d623585d339dec175c4e779ca9edb5 diff --git a/platform/example/functions/_PDCLIB/seek.c b/platform/example/functions/_PDCLIB/seek.c index 3d62c59..cafcee8 100644 --- a/platform/example/functions/_PDCLIB/seek.c +++ b/platform/example/functions/_PDCLIB/seek.c @@ -60,6 +60,7 @@ _PDCLIB_int64_t _PDCLIB_seek( struct _PDCLIB_file_t * stream, _PDCLIB_int64_t of #endif #ifdef TEST + #include "_PDCLIB_test.h" int main( void ) @@ -69,4 +70,3 @@ int main( void ) } #endif -