summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-04-09 14:23:31 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-04-09 14:23:31 -0600
commit6fb1a387f4dc33b85331dbb99dc1674e7203f8b4 (patch)
treef002b94ff7476f060aaa347ce9c543d401b19ee7
parenta66bc9fabdc020d9c2cfa5150fa735e7cc47a34b (diff)
downloadpx4-nuttx-6fb1a387f4dc33b85331dbb99dc1674e7203f8b4.tar.gz
px4-nuttx-6fb1a387f4dc33b85331dbb99dc1674e7203f8b4.tar.bz2
px4-nuttx-6fb1a387f4dc33b85331dbb99dc1674e7203f8b4.zip
exampels/nxlines: Needs to include sys/boardctl.c
-rw-r--r--apps/examples/nxlines/nxlines_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/examples/nxlines/nxlines_main.c b/apps/examples/nxlines/nxlines_main.c
index 7f4b1deba..08d2573e8 100644
--- a/apps/examples/nxlines/nxlines_main.c
+++ b/apps/examples/nxlines/nxlines_main.c
@@ -40,6 +40,7 @@
#include <nuttx/config.h>
#include <sys/types.h>
+#include <sys/boardctl.h>
#include <stdint.h>
#include <stdio.h>