kconfig: split the lexer out of zconf.y
[carl9170fw.git] / config / zconf.l
index 5e109e82693bb2b7453c2e56f3c19ce1ef69c1c5..c52cce8b3751bb4d034e0a68ac13aa46188647aa 100644 (file)
@@ -15,6 +15,7 @@
 #include <unistd.h>
 
 #include "lkc.h"
+#include "zconf.tab.h"
 
 #define YY_DECL                static int yylex1(void)