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