X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2F_PDCLIB%2F_PDCLIB_fileops.c;h=1316cd6d691f85eec167c1910247993275484a93;hp=59ff45d522eb7a2e5c81d72fca149789f2105119;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/platform/example/functions/_PDCLIB/_PDCLIB_fileops.c b/platform/example/functions/_PDCLIB/_PDCLIB_fileops.c index 59ff45d..1316cd6 100644 --- a/platform/example/functions/_PDCLIB/_PDCLIB_fileops.c +++ b/platform/example/functions/_PDCLIB/_PDCLIB_fileops.c @@ -7,7 +7,7 @@ #ifndef REGTEST #include #include -#include <_PDCLIB_glue.h> +#include "_PDCLIB_glue.h" #include static bool readf( _PDCLIB_fd_t self, void * buf, size_t length, @@ -45,7 +45,7 @@ const _PDCLIB_fileops_t _PDCLIB_fileops = { #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {