fix overflow corner case in strtoul-family functions
[oweals/musl.git] / src / ctype / __ctype_get_mb_cur_max.c
index 42e4ee71362d7c26df619ac9d45917a37e381ab7..d235f4da3e7520088495a61cd51e1e7ceb8ea1ab 100644 (file)
@@ -1,4 +1,4 @@
-#include <stdlib.h>
+#include <stddef.h>
 
 size_t __ctype_get_mb_cur_max()
 {