aboutsummaryrefslogtreecommitdiffstats
path: root/include/ctype.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/ctype.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ctype.h b/include/ctype.h
index 20fbb4a..96b94b9 100644
--- a/include/ctype.h
+++ b/include/ctype.h
@@ -27,6 +27,11 @@
+#define __NEED_locale_t
+
+#include <bits/types.h>
+
+
/**
* Check whether a character is an alphabetical
* character or a decimal digit.