summaryrefslogtreecommitdiff
path: root/apps/interpreters
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-08 07:20:30 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-08 07:20:30 -0600
commit21d50ab21200ddeb977c73810a1c76c187cee0e1 (patch)
tree02fd2c02f50d4837cfabefad92a7c3ac102256ee /apps/interpreters
parent390d535328ad15d7858d38b5ec482220ea14881d (diff)
downloadnuttx-21d50ab21200ddeb977c73810a1c76c187cee0e1.tar.gz
nuttx-21d50ab21200ddeb977c73810a1c76c187cee0e1.tar.bz2
nuttx-21d50ab21200ddeb977c73810a1c76c187cee0e1.zip
Should include termios.h
Diffstat (limited to 'apps/interpreters')
-rw-r--r--apps/interpreters/bas/token.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/interpreters/bas/token.c b/apps/interpreters/bas/token.c
index b1cb0a54c..b1d1de596 100644
--- a/apps/interpreters/bas/token.c
+++ b/apps/interpreters/bas/token.c
@@ -1397,6 +1397,7 @@ char *yytext;
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
+#include <termios.h>
#include "auto.h"
#include "token.h"