Fix include.

This commit is contained in:
Dave Davenport 2016-12-09 20:04:50 +01:00
parent d18f037d1c
commit aa8c90cd7e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#include <stdio.h>
#include "lexer/theme-parser.tab.h"
#include "lexer/theme-parser.h"
int yylex(void);
#define YY_DECL int yylex()