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