X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Flocale%2Flocaleconv.c;h=c6ffcf3a41ac169891f651c9340fda3757d9dc6e;hp=5da63d01f9d78eace0c067ce1c7c73c68c96497e;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/functions/locale/localeconv.c b/functions/locale/localeconv.c index 5da63d0..c6ffcf3 100644 --- a/functions/locale/localeconv.c +++ b/functions/locale/localeconv.c @@ -6,7 +6,7 @@ #include #ifndef REGTEST -#include <_PDCLIB_locale.h> +#include "_PDCLIB_locale.h" struct lconv * localeconv( void ) { @@ -16,7 +16,7 @@ struct lconv * localeconv( void ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {