Syslog: Need inclusion of errno.h for fix building with CONFIG_SYSLOG_TIMESTMAP=y

This commit is contained in:
Gregory Nutt 2017-05-11 07:15:57 -06:00
parent ba933efd9e
commit b5c1dd09f5
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
#include <stdio.h>
#include <syslog.h>
#include <errno.h>
#include <nuttx/init.h>
#include <nuttx/arch.h>