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