summaryrefslogtreecommitdiff
path: root/nuttx/graphics
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-10 15:29:41 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-10 15:29:41 -0600
commit8853d651e1595087556f9696d591e4dbffaf8598 (patch)
tree2dcf9ff1bb05a51ba0c14a4bb84a67840a178305 /nuttx/graphics
parentf07133035da47bf890e1c03d9d7fb7d69a98f1ba (diff)
downloadnuttx-8853d651e1595087556f9696d591e4dbffaf8598.tar.gz
nuttx-8853d651e1595087556f9696d591e4dbffaf8598.tar.bz2
nuttx-8853d651e1595087556f9696d591e4dbffaf8598.zip
Fixes for clean NxWM build; Updated README files
Diffstat (limited to 'nuttx/graphics')
-rw-r--r--nuttx/graphics/nxconsole/nxcon_kbdin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/graphics/nxconsole/nxcon_kbdin.c b/nuttx/graphics/nxconsole/nxcon_kbdin.c
index 4bc27608f..ecf2ef116 100644
--- a/nuttx/graphics/nxconsole/nxcon_kbdin.c
+++ b/nuttx/graphics/nxconsole/nxcon_kbdin.c
@@ -42,6 +42,7 @@
#include <fcntl.h>
#include <sched.h>
#include <assert.h>
+#include <poll.h>
#include <errno.h>
#include <debug.h>