X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=functions%2Fstdio%2F_PDCLIB_seek.c;h=52bb032a390479999348fbd2b36537c2dc3bd13d;hp=42c3273780fd8ec2f66027be4f9b387259c9e568;hb=0e35e82c5e9a0804864839e8fc0e985b1ae41f07;hpb=4fe88a1c445105a96d08b808831d6fc7480a211d diff --git a/functions/stdio/_PDCLIB_seek.c b/functions/stdio/_PDCLIB_seek.c index 42c3273..52bb032 100644 --- a/functions/stdio/_PDCLIB_seek.c +++ b/functions/stdio/_PDCLIB_seek.c @@ -8,8 +8,9 @@ #include #include #ifndef REGTEST +#include <_PDCLIB_io.h> -int_fast64_t _PDCLIB_seek( struct _PDCLIB_file_t * stream, +int_fast64_t _PDCLIB_seek( FILE * stream, int_fast64_t offset, int whence ) {