X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Flocale%2Flocaleconv.c;h=5da63d01f9d78eace0c067ce1c7c73c68c96497e;hb=8fe5c57b4d17e5637dac34f797c6530e1b1ce220;hp=5b49571ec5ae86f26f37c54548fce0c7da088757;hpb=d77b84be585e9ceaed1501579df5a4aec6a24a63;p=pdclib diff --git a/functions/locale/localeconv.c b/functions/locale/localeconv.c index 5b49571..5da63d0 100644 --- a/functions/locale/localeconv.c +++ b/functions/locale/localeconv.c @@ -4,9 +4,9 @@ Permission is granted to use, modify, and / or redistribute at will. */ -#include <_PDCLIB_locale.h> - +#include #ifndef REGTEST +#include <_PDCLIB_locale.h> struct lconv * localeconv( void ) {