summaryrefslogtreecommitdiff
path: root/apps/interpreters/bas/token.l
diff options
context:
space:
mode:
Diffstat (limited to 'apps/interpreters/bas/token.l')
-rw-r--r--apps/interpreters/bas/token.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/interpreters/bas/token.l b/apps/interpreters/bas/token.l
index 54179765a..ec88ffc21 100644
--- a/apps/interpreters/bas/token.l
+++ b/apps/interpreters/bas/token.l
@@ -1,7 +1,7 @@
/* Tokens and token sequence arrays. */
%{
/* #includes */ /*{{{C}}}*//*{{{*/
-#include "config.h"
+#include <nuttx/config.h>
#include <assert.h>
#include <ctype.h>