adding missing include

This commit is contained in:
Thomas Gubler 2013-03-09 12:27:29 +01:00
parent c9775d7455
commit 4b26d7aef4
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
*/
#include <nuttx/config.h>
#include <syslog.h>
#include <sys/types.h>
#include <stdbool.h>