X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fgandr%2Ffunctions%2Fstdio%2F_PDCLIB_fileops.c;h=1fd6678e931c099eb9db2cab16127de1201423fc;hp=286fae6d361affa4654f818fb1a8edcfc00a716d;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/platform/gandr/functions/stdio/_PDCLIB_fileops.c b/platform/gandr/functions/stdio/_PDCLIB_fileops.c index 286fae6..1fd6678 100644 --- a/platform/gandr/functions/stdio/_PDCLIB_fileops.c +++ b/platform/gandr/functions/stdio/_PDCLIB_fileops.c @@ -7,7 +7,7 @@ #ifndef REGTEST #include #include -#include <_PDCLIB_glue.h> +#include "_PDCLIB_glue.h" #include #include @@ -50,7 +50,7 @@ const _PDCLIB_fileops_t _PDCLIB_fileops = { #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {