You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/kbdd/files/kbdd-0.7-fix-non-dbus-build...

17 lines
312 B

diff --git a/src/kbdd.c b/src/kbdd.c
index 45968be..9402725 100644
--- a/src/kbdd.c
+++ b/src/kbdd.c
@@ -31,9 +31,10 @@
#include "config.h"
#endif
+#include <glib.h>
+
#ifdef ENABLE_DBUS
#include <pthread.h>
-#include <glib.h>
#include "dbus/m-kbdd-service.h"
#include "dbus/kbdd-service-glue.h"
#endif