mirror of
https://github.com/lbonn/rofi
synced 2024-11-22 11:53:11 +00:00
Correctly include config.h first
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
parent
88e44759ce
commit
a9dae788d1
2 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
%option bison-bridge
|
||||
|
||||
%{
|
||||
#include "config.h"
|
||||
#include <stdio.h>
|
||||
#include <glib.h>
|
||||
#include <helper.h>
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <stdio.h>
|
||||
#include "rofi.h"
|
||||
#include "timings.h"
|
||||
|
|
Loading…
Reference in a new issue