X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstdio%2Ffseek.c;h=6f56b6ef4ad894ded3ce4cfa4adf7664c4b746ad;hp=167c18693800903bc71fb3f315363752ed96c0b5;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hpb=2b793d7f6e3a8e37229e761ef4c92961bd0f686a diff --git a/functions/stdio/fseek.c b/functions/stdio/fseek.c index 167c186..6f56b6e 100644 --- a/functions/stdio/fseek.c +++ b/functions/stdio/fseek.c @@ -8,7 +8,7 @@ #ifndef REGTEST -#include <_PDCLIB_glue.h> +#include "_PDCLIB_glue.h" int fseek( struct _PDCLIB_file_t * stream, long offset, int whence ) { @@ -30,7 +30,7 @@ int fseek( struct _PDCLIB_file_t * stream, long offset, int whence ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" #include int main( void )