1
0
Fork 0
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:
Quentin Glidic 2019-04-19 09:59:53 +02:00
parent 88e44759ce
commit a9dae788d1
No known key found for this signature in database
GPG key ID: AC203F96E2C34BB7
2 changed files with 2 additions and 0 deletions

View file

@ -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>

View file

@ -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"