]> pd.if.org Git - pdclib/blobdiff - functions/stdio/_PDCLIB_seek.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / stdio / _PDCLIB_seek.c
index 42c3273780fd8ec2f66027be4f9b387259c9e568..f8dac3033704b3de365298ecba9f44904301913d 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
@@ -28,7 +29,7 @@ int_fast64_t _PDCLIB_seek( struct _PDCLIB_file_t * stream,
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r