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