diff options
Diffstat (limited to 'lib/libc/stdlib/atoll.c')
| -rw-r--r-- | lib/libc/stdlib/atoll.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/stdlib/atoll.c b/lib/libc/stdlib/atoll.c index bea1a031..c830e4df 100644 --- a/lib/libc/stdlib/atoll.c +++ b/lib/libc/stdlib/atoll.c @@ -1,4 +1,6 @@ -#include <stdlib.h> +#include "stddef.h" // for NULL + +#include <stdlib.h> // for strtoll, atoll long long atoll(const char *nptr) { |
