X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2F_PDCLIB%2Fopen.c;h=0f9d08cc25e92bdff52927f16f00b0be5745004f;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=f661da5bd170ab2be05ec333f1982a25abf3c3e9;hpb=2b793d7f6e3a8e37229e761ef4c92961bd0f686a;p=pdclib diff --git a/platform/example/functions/_PDCLIB/open.c b/platform/example/functions/_PDCLIB/open.c index f661da5..0f9d08c 100644 --- a/platform/example/functions/_PDCLIB/open.c +++ b/platform/example/functions/_PDCLIB/open.c @@ -11,7 +11,8 @@ #include #ifndef REGTEST -#include <_PDCLIB_glue.h> + +#include "_PDCLIB_glue.h" #include #include @@ -95,7 +96,8 @@ int _PDCLIB_open( char const * const filename, unsigned int mode ) #endif #ifdef TEST -#include <_PDCLIB_test.h> + +#include "_PDCLIB_test.h" #include #include @@ -163,4 +165,3 @@ int main( void ) } #endif -