summaryrefslogtreecommitdiff
path: root/src/stdlib/strtoull.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/strtoull.c')
-rw-r--r--src/stdlib/strtoull.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdlib/strtoull.c b/src/stdlib/strtoull.c
index d655c136..6f9bfe46 100644
--- a/src/stdlib/strtoull.c
+++ b/src/stdlib/strtoull.c
@@ -1,4 +1,5 @@
#include <stdlib.h>
+#include "ctype.h"
#include "limits.h"
#include "errno.h"