X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2F_PDCLIB%2Ffillbuffer.c;h=0e1b0e39cec1ee678b1fc9b09f4ceddb44fc4be5;hp=e3cb9bec3f669305e92001daeada532328901854;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hpb=2040228f27d623585d339dec175c4e779ca9edb5 diff --git a/platform/example/functions/_PDCLIB/fillbuffer.c b/platform/example/functions/_PDCLIB/fillbuffer.c index e3cb9be..0e1b0e3 100644 --- a/platform/example/functions/_PDCLIB/fillbuffer.c +++ b/platform/example/functions/_PDCLIB/fillbuffer.c @@ -11,6 +11,7 @@ #include #ifndef REGTEST + #include "_PDCLIB_glue.h" #include @@ -65,6 +66,7 @@ int _PDCLIB_fillbuffer( struct _PDCLIB_file_t * stream ) #endif #ifdef TEST + #include "_PDCLIB_test.h" int main( void ) @@ -74,4 +76,3 @@ int main( void ) } #endif -