summaryrefslogtreecommitdiff
path: root/src/ctype/__ctype_get_mb_cur_max.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctype/__ctype_get_mb_cur_max.c')
-rw-r--r--src/ctype/__ctype_get_mb_cur_max.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctype/__ctype_get_mb_cur_max.c b/src/ctype/__ctype_get_mb_cur_max.c
index 42e4ee71..d235f4da 100644
--- a/src/ctype/__ctype_get_mb_cur_max.c
+++ b/src/ctype/__ctype_get_mb_cur_max.c
@@ -1,4 +1,4 @@
-#include <stdlib.h>
+#include <stddef.h>
size_t __ctype_get_mb_cur_max()
{