mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 00:27:36 +00:00
Fix include.
This commit is contained in:
parent
d18f037d1c
commit
aa8c90cd7e
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue