X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2Fstdio%2Ftmpfile.c;h=78273422d5c831555a6dd3e8e4c4a4d29bc75337;hp=9a5a3d70863bb7f46206a039e64cc1e0ea8df372;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/platform/example/functions/stdio/tmpfile.c b/platform/example/functions/stdio/tmpfile.c index 9a5a3d7..7827342 100644 --- a/platform/example/functions/stdio/tmpfile.c +++ b/platform/example/functions/stdio/tmpfile.c @@ -9,7 +9,7 @@ #ifndef REGTEST #include -#include <_PDCLIB_glue.h> +#include "_PDCLIB_glue.h" /* This is a stub implementation of tmpfile */ @@ -22,7 +22,7 @@ FILE* tmpfile( void ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" #include int main( void )