token.l should use nuttx/config.h not config.h

This commit is contained in:
Gregory Nutt 2014-11-07 16:54:22 -06:00
parent bd6f22738c
commit 9a93775b5f

View File

@ -1,7 +1,7 @@
/* Tokens and token sequence arrays. */
%{
/* #includes */ /*{{{C}}}*//*{{{*/
#include "config.h"
#include <nuttx/config.h>
#include <assert.h>
#include <ctype.h>