aboutsummaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_registerblockdriver.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-14 21:05:40 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-14 21:05:40 +0000
commit7c6185ae4bfefb70c17e75219db7269c03c7fd79 (patch)
tree189259eb60c6bdc6a646e62b0eb684ae5719554d /nuttx/fs/fs_registerblockdriver.c
parent1faee63c00cf63807dea0681a8ee48104e0765f5 (diff)
downloadpx4-firmware-7c6185ae4bfefb70c17e75219db7269c03c7fd79.tar.gz
px4-firmware-7c6185ae4bfefb70c17e75219db7269c03c7fd79.tar.bz2
px4-firmware-7c6185ae4bfefb70c17e75219db7269c03c7fd79.zip
Clean-up files in fs/ directory
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4942 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/fs/fs_registerblockdriver.c')
-rw-r--r--nuttx/fs/fs_registerblockdriver.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/fs/fs_registerblockdriver.c b/nuttx/fs/fs_registerblockdriver.c
index fb5e462c2..365e164e1 100644
--- a/nuttx/fs/fs_registerblockdriver.c
+++ b/nuttx/fs/fs_registerblockdriver.c
@@ -38,9 +38,12 @@
****************************************************************************/
#include <nuttx/config.h>
+
#include <sys/types.h>
#include <errno.h>
+
#include <nuttx/fs/fs.h>
+
#include "fs_internal.h"
/****************************************************************************