summaryrefslogtreecommitdiff
path: root/locale.c
diff options
context:
space:
mode:
Diffstat (limited to 'locale.c')
-rw-r--r--locale.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/locale.c b/locale.c
index 7ae3397..9714995 100644
--- a/locale.c
+++ b/locale.c
@@ -2,7 +2,13 @@
#include <limits.h>
#include "test.h"
-#include "locale.d"
+static int locale_categories[] = {
+ LC_ALL,
+ LC_COLLATE,
+ LC_CTYPE,
+ LC_MONETARY,
+ LC_NUMERIC,
+};
void test_locale_h(void)
{