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