summaryrefslogtreecommitdiff
path: root/src/locale/_locale.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/locale/_locale.h')
-rw-r--r--src/locale/_locale.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/locale/_locale.h b/src/locale/_locale.h
index 41441456..b7867731 100644
--- a/src/locale/_locale.h
+++ b/src/locale/_locale.h
@@ -36,6 +36,7 @@ struct __locale_t {
char all[UCHAR_MAX];
char ctype[UCHAR_MAX];
+ unsigned int ctype_epoch;
struct {
unsigned int ctattr[UCHAR_MAX + 1];
unsigned char ctoupper[UCHAR_MAX + 1];