From 47abec61b913e35827b99b8fcb53bd56605a5e11 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 7 Nov 2014 16:54:22 -0600 Subject: token.l should use nuttx/config.h not config.h --- apps/interpreters/bas/token.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include #include -- cgit v1.2.3