aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/lib/libc/stdlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lib/libc/stdlib.h b/include/lib/libc/stdlib.h
index 3b5e9157e..a0354fabc 100644
--- a/include/lib/libc/stdlib.h
+++ b/include/lib/libc/stdlib.h
@@ -27,4 +27,5 @@ extern void exit(int status);
long strtol(const char *nptr, char **endptr, int base);
unsigned long strtoul(const char *nptr, char **endptr, int base);
+long long strtoll(const char *nptr, char **endptr, int base);
#endif /* STDLIB_H */