X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2F_PDCLIB%2Fflushbuffer.c;fp=platform%2Fexample%2Ffunctions%2F_PDCLIB%2Fflushbuffer.c;h=3ed891f159987aba96086bcf67948c32db5c3d16;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=8d5f9212bf9bf539e5147870fe3d7fdd41ad59b3;hpb=2040228f27d623585d339dec175c4e779ca9edb5;p=pdclib diff --git a/platform/example/functions/_PDCLIB/flushbuffer.c b/platform/example/functions/_PDCLIB/flushbuffer.c index 8d5f921..3ed891f 100644 --- a/platform/example/functions/_PDCLIB/flushbuffer.c +++ b/platform/example/functions/_PDCLIB/flushbuffer.c @@ -12,6 +12,7 @@ #include #ifndef REGTEST + #include "_PDCLIB_glue.h" #include @@ -95,8 +96,8 @@ int _PDCLIB_flushbuffer( struct _PDCLIB_file_t * stream ) #endif - #ifdef TEST + #include "_PDCLIB_test.h" int main( void ) @@ -106,4 +107,3 @@ int main( void ) } #endif -