X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=includes%2Flocale.h;fp=includes%2Flocale.h;h=d849244efffa8a56ddd301ce33f3ce89c9e393a5;hb=1fcaa4a3d030b4ed64e534a9d7975225ea9aea04;hp=0277016212ca6f57d090665d4e2749ffaa5dc4fe;hpb=f70cacdce30e5163dc23b253bebaf7d7d0a1ca3a;p=fw%2Fpdclib diff --git a/includes/locale.h b/includes/locale.h index 0277016..d849244 100644 --- a/includes/locale.h +++ b/includes/locale.h @@ -38,6 +38,7 @@ struct lconv { struct _PDCLIB_ctype_t * ctype; /* internal information */ + char * _PDCLIB_errno_texts[_PDCLIB_ERRNO_MAX]; /* strerror() / perror() */ char * decimal_point; /* decimal point character */ char * thousands_sep; /* character for seperating groups of digits */ char * grouping; /* string indicating the size of digit groups */