X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Flocale%2Flocaleconv.c;h=c6ffcf3a41ac169891f651c9340fda3757d9dc6e;hb=refs%2Fheads%2Fmaster;hp=5da63d01f9d78eace0c067ce1c7c73c68c96497e;hpb=8fe5c57b4d17e5637dac34f797c6530e1b1ce220;p=pdclib 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 ) {