summaryrefslogtreecommitdiff
path: root/nuttx/fs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-06 12:28:37 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-06 12:28:37 -0600
commit773a23249b1887564edfea51d78a7ab1fd3a7cab (patch)
tree94a7359b258df01d4153df19e9da3a7a4a615c04 /nuttx/fs
parent8ac1ba19ccc79c6b12e78b0291ffe791e54eb500 (diff)
downloadpx4-nuttx-773a23249b1887564edfea51d78a7ab1fd3a7cab.tar.gz
px4-nuttx-773a23249b1887564edfea51d78a7ab1fd3a7cab.tar.bz2
px4-nuttx-773a23249b1887564edfea51d78a7ab1fd3a7cab.zip
Fix compile problems with debug on
Diffstat (limited to 'nuttx/fs')
-rw-r--r--nuttx/fs/aio/aio_fsync.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/fs/aio/aio_fsync.c b/nuttx/fs/aio/aio_fsync.c
index 25573df45..2c92a7a56 100644
--- a/nuttx/fs/aio/aio_fsync.c
+++ b/nuttx/fs/aio/aio_fsync.c
@@ -40,6 +40,7 @@
#include <nuttx/config.h>
#include <unistd.h>
+#include <fcntl.h>
#include <aio.h>
#include <assert.h>
#include <errno.h>