1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-04-14 17:43:01 -04:00

Fix imdkit detection

config.h needs to be included before ifdef check...
This commit is contained in:
lbonn 2025-01-05 14:38:25 +01:00
parent fab79016fb
commit 3550af6d5b
2 changed files with 3 additions and 1 deletions

View file

@ -29,13 +29,14 @@
/** Log domain for this module */
#define G_LOG_DOMAIN "X11Helper"
#include <config.h>
#ifdef XCB_IMDKIT
#include <xcb-imdkit/encoding.h>
#include <xcb/xcb_keysyms.h>
#endif
#include <cairo-xcb.h>
#include <cairo.h>
#include <config.h>
#include <glib.h>
#include <math.h>
#include <stdint.h>

View file

@ -29,6 +29,7 @@
#define G_LOG_DOMAIN "View"
#include <config.h>
#include <errno.h>
#include <locale.h>
#include <signal.h>