X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fposix%2Ffunctions%2F_PDCLIB%2F_PDCLIB_stdinit.c;h=b977b4ec53baaef18f76c2dac4f6f8f8425f9326;hp=a92fe670917b8817a5667aac5c8b3bc11448cff1;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/platform/posix/functions/_PDCLIB/_PDCLIB_stdinit.c b/platform/posix/functions/_PDCLIB/_PDCLIB_stdinit.c index a92fe67..b977b4e 100644 --- a/platform/posix/functions/_PDCLIB/_PDCLIB_stdinit.c +++ b/platform/posix/functions/_PDCLIB/_PDCLIB_stdinit.c @@ -14,9 +14,9 @@ #include #ifndef REGTEST -#include <_PDCLIB_io.h> -#include <_PDCLIB_locale.h> -#include <_PDCLIB_clocale.h> +#include "_PDCLIB_io.h" +#include "_PDCLIB_locale.h" +#include "_PDCLIB_clocale.h" #include /* In a POSIX system, stdin / stdout / stderr are equivalent to the (int) file @@ -525,7 +525,7 @@ __attribute__((constructor)) static void init_stdio(void) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {