]> pd.if.org Git - pdclib.old/blobdiff - functions/stdio/_PDCLIB_seek.c
Minimize the amount of internal definitions which get exposed via the user-visible...
[pdclib.old] / functions / stdio / _PDCLIB_seek.c
index 42c3273780fd8ec2f66027be4f9b387259c9e568..52bb032a390479999348fbd2b36537c2dc3bd13d 100644 (file)
@@ -8,8 +8,9 @@
 #include <stdint.h>\r
 #include <errno.h>\r
 #ifndef REGTEST\r
+#include <_PDCLIB_io.h>\r
 \r
-int_fast64_t _PDCLIB_seek( struct _PDCLIB_file_t * stream, \r
+int_fast64_t _PDCLIB_seek( FILE * stream, \r
                            int_fast64_t offset, \r
                            int whence )\r
 {\r