include/nuttx/syslog/syslog.h now needs to include stdarg.h

This commit is contained in:
Gregory Nutt 2016-06-19 08:08:43 -06:00
parent 34f776dce9
commit b66112347c

View File

@ -42,6 +42,7 @@
****************************************************************************/
#include <nuttx/config.h>
#include <stdarg.h>
/****************************************************************************
* Pre-processor Definitions