X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fgandr%2Ffunctions%2F_PDCLIB%2F_PDCLIB_stdstreams.c;h=4a9a111119bf596fc7db708a2628fcc2a0880af4;hp=9ce11152bf09a189330ef56644c81158925fd05b;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/platform/gandr/functions/_PDCLIB/_PDCLIB_stdstreams.c b/platform/gandr/functions/_PDCLIB/_PDCLIB_stdstreams.c index 9ce1115..4a9a111 100644 --- a/platform/gandr/functions/_PDCLIB/_PDCLIB_stdstreams.c +++ b/platform/gandr/functions/_PDCLIB/_PDCLIB_stdstreams.c @@ -9,7 +9,7 @@ #include #ifndef REGTEST -#include <_PDCLIB_io.h> +#include "_PDCLIB_io.h" #include static char _PDCLIB_sin_buffer[BUFSIZ]; @@ -80,7 +80,7 @@ __attribute__((constructor)) static void init_stdio(void) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {