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/gnome-extra/gnome-do/files/gnome-do-0.8.5-glib-2.32.patch

17 lines
351 B

libdo/keybinder.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libdo/keybinder.h b/libdo/keybinder.h
index 2a39958..da202e6 100644
--- a/libdo/keybinder.h
+++ b/libdo/keybinder.h
@@ -24,7 +24,7 @@
#ifndef __DO_KEY_BINDER_H__
#define __DO_KEY_BINDER_H__
-#include <glib/gtypes.h>
+#include <glib.h>
G_BEGIN_DECLS