summaryrefslogtreecommitdiff
path: root/nuttx/lib/lib_strtoull.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/lib/lib_strtoull.c')
-rw-r--r--nuttx/lib/lib_strtoull.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/lib/lib_strtoull.c b/nuttx/lib/lib_strtoull.c
index 2a135b3c8..f84bf7e11 100644
--- a/nuttx/lib/lib_strtoull.c
+++ b/nuttx/lib/lib_strtoull.c
@@ -39,8 +39,9 @@
#include <nuttx/config.h>
#include <nuttx/compiler.h>
-#include <sys/types.h>
+
#include <stdlib.h>
+
#include "lib_internal.h"
#ifdef CONFIG_HAVE_LONG_LONG