New strtoul[l] functions need to include errno.h

This commit is contained in:
Gregory Nutt 2016-06-13 08:49:46 -06:00
parent b9aadf7242
commit 90e60513b1
2 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@
#include <nuttx/config.h>
#include <stdlib.h>
#include <errno.h>
#include "libc.h"

View File

@ -41,6 +41,7 @@
#include <nuttx/compiler.h>
#include <stdlib.h>
#include <errno.h>
#include "libc.h"