aboutsummaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-10 01:35:23 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-10 01:35:23 +0000
commit6e9e0c640b4e4ff8c43fdc5f26a7d8eb9a0d904b (patch)
treeed24ca0b53d7c523a4d09b961329fd081234457e /nuttx
parent5df98379f4a9b539a740d32e73f6f20acbc918da (diff)
downloadpx4-firmware-6e9e0c640b4e4ff8c43fdc5f26a7d8eb9a0d904b.tar.gz
px4-firmware-6e9e0c640b4e4ff8c43fdc5f26a7d8eb9a0d904b.tar.bz2
px4-firmware-6e9e0c640b4e4ff8c43fdc5f26a7d8eb9a0d904b.zip
More NxWM touchscreen fixes
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4719 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/arch/sim/src/up_touchscreen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/arch/sim/src/up_touchscreen.c b/nuttx/arch/sim/src/up_touchscreen.c
index f89371cbf..53e8e0d0d 100644
--- a/nuttx/arch/sim/src/up_touchscreen.c
+++ b/nuttx/arch/sim/src/up_touchscreen.c
@@ -55,6 +55,7 @@
#include <nuttx/kmalloc.h>
#include <nuttx/arch.h>
#include <nuttx/fs/fs.h>
+#include <nuttx/nx/nx.h>
#include <nuttx/input/touchscreen.h>