Add missing include file. From Kosma

This commit is contained in:
Gregory Nutt 2014-08-20 06:34:34 -06:00
parent f7656bf525
commit 9f5299522f
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@
#include <nuttx/config.h>
#include <nuttx/compiler.h>
#include <sys/types.h>
#include <nuttx/fs/ioctl.h>
#ifdef CONFIG_PLATFORM_CONFIGDATA