diff options
Diffstat (limited to 'src/lexer.l')
| -rw-r--r-- | src/lexer.l | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lexer.l b/src/lexer.l index ce0b269..8fc10cc 100644 --- a/src/lexer.l +++ b/src/lexer.l @@ -1,8 +1,8 @@ %option reentrant noyywrap nounput noinput nodefault %{ #define FROM_LEXER -#include <cu/parser.h> -#include <cu/debug.h> +#include <ek/parser.h> +#include <ek/debug.h> static void update_yylloc(struct parser *parser, YYLTYPE *lloc, const char *text) { |
