diff options
author | Jakob Kaivo <jkk@ung.org> | 2020-08-16 18:06:53 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2020-08-16 18:06:53 -0400 |
commit | 37f35c82fab1cb2c1203678e622c83dc2ba58f83 (patch) | |
tree | c96c14513eb5bded7003493d2207f1828167d587 /src/locale/_locale.h | |
parent | 48d2528a5b7b031111fa24c53ca28d3ddc436a79 (diff) |
adjust to new file names
Diffstat (limited to 'src/locale/_locale.h')
-rw-r--r-- | src/locale/_locale.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/locale/_locale.h b/src/locale/_locale.h index 3ca6c546..dc4706fa 100644 --- a/src/locale/_locale.h +++ b/src/locale/_locale.h @@ -5,31 +5,31 @@ #include <limits.h> #ifndef LC_ALL_MASK -#include "LC_ALL_MASK.c" +#include "LC_ALL_MASK.h" #endif #ifndef LC_COLLATE_MASK -#include "LC_COLLATE_MASK.c" +#include "LC_COLLATE_MASK.h" #endif #ifndef LC_CTYPE_MASK -#include "LC_CTYPE_MASK.c" +#include "LC_CTYPE_MASK.h" #endif #ifndef LC_NUMERIC_MASK -#include "LC_NUMERIC_MASK.c" +#include "LC_NUMERIC_MASK.h" #endif #ifndef LC_TIME_MASK -#include "LC_TIME_MASK.c" +#include "LC_TIME_MASK.h" #endif #ifndef LC_MESSAGES_MASK -#include "LC_MESSAGES_MASK.c" +#include "LC_MESSAGES_MASK.h" #endif #ifndef LC_MONETARY_MASK -#include "LC_MONETARY_MASK.c" +#include "LC_MONETARY_MASK.h" #endif struct __locale_t { |