X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=includes%2Flocale.h;fp=includes%2Flocale.h;h=d849244efffa8a56ddd301ce33f3ce89c9e393a5;hp=0277016212ca6f57d090665d4e2749ffaa5dc4fe;hb=ce0e5d8cd76b50f239fb8e95170502b146247b35;hpb=11b11c83484dd89b1bb78db639f164616916ea0b 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 */