summaryrefslogtreecommitdiff
path: root/nuttx/libnx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-08 17:28:54 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-08 17:28:54 -0600
commit9bad04db5a9116a1d97d320c75ae467a4d3f2ba9 (patch)
tree8c9f0ada41a8c3f2da740e6a93566012ffb2edb0 /nuttx/libnx
parent01a308f4d82c4220e2655ed9b389c3ce12e82523 (diff)
downloadpx4-nuttx-9bad04db5a9116a1d97d320c75ae467a4d3f2ba9.tar.gz
px4-nuttx-9bad04db5a9116a1d97d320c75ae467a4d3f2ba9.tar.bz2
px4-nuttx-9bad04db5a9116a1d97d320c75ae467a4d3f2ba9.zip
Still recovering from recent NX reorganization. Reported by Steve Redler IV
Diffstat (limited to 'nuttx/libnx')
-rw-r--r--nuttx/libnx/nxtk/nxtk_bitmaptoolbar.c1
-rw-r--r--nuttx/libnx/nxtk/nxtk_bitmapwindow.c1
-rw-r--r--nuttx/libnx/nxtk/nxtk_toolbarbounds.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/libnx/nxtk/nxtk_bitmaptoolbar.c b/nuttx/libnx/nxtk/nxtk_bitmaptoolbar.c
index 8f99267dc..abeb14d18 100644
--- a/nuttx/libnx/nxtk/nxtk_bitmaptoolbar.c
+++ b/nuttx/libnx/nxtk/nxtk_bitmaptoolbar.c
@@ -39,6 +39,7 @@
#include <nuttx/config.h>
+#include <sys/types.h>
#include <errno.h>
#include <debug.h>
diff --git a/nuttx/libnx/nxtk/nxtk_bitmapwindow.c b/nuttx/libnx/nxtk/nxtk_bitmapwindow.c
index 11956aeb1..da814fe10 100644
--- a/nuttx/libnx/nxtk/nxtk_bitmapwindow.c
+++ b/nuttx/libnx/nxtk/nxtk_bitmapwindow.c
@@ -39,6 +39,7 @@
#include <nuttx/config.h>
+#include <sys/types.h>
#include <errno.h>
#include <debug.h>
diff --git a/nuttx/libnx/nxtk/nxtk_toolbarbounds.c b/nuttx/libnx/nxtk/nxtk_toolbarbounds.c
index 2f5991d70..6303b4d20 100644
--- a/nuttx/libnx/nxtk/nxtk_toolbarbounds.c
+++ b/nuttx/libnx/nxtk/nxtk_toolbarbounds.c
@@ -39,6 +39,7 @@
#include <nuttx/config.h>
+#include <sys/types.h>
#include <assert.h>
#include <nuttx/nx/nx.h>