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