X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2Fstdio%2Ftmpfile.c;h=432e3b97fe0a4a2e512d85cb51645a573afb1d4e;hp=c3bbab05307859e52c971cb412146e7589e7ec71;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hpb=2b793d7f6e3a8e37229e761ef4c92961bd0f686a diff --git a/platform/example/functions/stdio/tmpfile.c b/platform/example/functions/stdio/tmpfile.c index c3bbab0..432e3b9 100644 --- a/platform/example/functions/stdio/tmpfile.c +++ b/platform/example/functions/stdio/tmpfile.c @@ -12,7 +12,7 @@ #include #include -#include <_PDCLIB_glue.h> +#include "_PDCLIB_glue.h" #include #include @@ -86,7 +86,7 @@ struct _PDCLIB_file_t * tmpfile( void ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" #include int main( void )