mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05: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
|
%option bison-bridge
|
||||||
|
|
||||||
%{
|
%{
|
||||||
|
#include "config.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include <helper.h>
|
#include <helper.h>
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "rofi.h"
|
#include "rofi.h"
|
||||||
#include "timings.h"
|
#include "timings.h"
|
||||||
|
|
Loading…
Reference in a new issue