diff options
Diffstat (limited to 'LibC/locale.h')
-rw-r--r-- | LibC/locale.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LibC/locale.h b/LibC/locale.h index d5e4530d09..5243769a83 100644 --- a/LibC/locale.h +++ b/LibC/locale.h @@ -5,6 +5,7 @@ enum { LC_ALL, LC_NUMERIC, + LC_CTYPE, }; __BEGIN_DECLS |