aboutsummaryrefslogtreecommitdiff
path: root/apps/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-16 14:14:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-16 14:14:14 +0000
commit77efc9f9cdd5828ab724b3355f0f0737bb15b579 (patch)
tree5c82c94b6cb8e68f1ffda9326d9cb2f108e5db86 /apps/include
parentfcb316906d1741c28292e94eb7f09bd4d71ccb48 (diff)
downloadpx4-firmware-77efc9f9cdd5828ab724b3355f0f0737bb15b579.tar.gz
px4-firmware-77efc9f9cdd5828ab724b3355f0f0737bb15b579.tar.bz2
px4-firmware-77efc9f9cdd5828ab724b3355f0f0737bb15b579.zip
BINFS now supports open, close, and FIOC_FILENAME ioctl
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5522 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/include')
-rw-r--r--apps/include/apps.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/include/apps.h b/apps/include/apps.h
index f806d8aed..9f1918e57 100644
--- a/apps/include/apps.h
+++ b/apps/include/apps.h
@@ -48,9 +48,12 @@
****************************************************************************/
#include <nuttx/config.h>
+
#include <sys/types.h>
#include <stdint.h>
+#include <nuttx/fs/ioctl.h>
+
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/