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-libs/gtk+extra/files/gtk+extra-3.0.1-gunicode.h....

15 lines
377 B

2011-11-16 Fredy Paquet <mailbox AT opag.ch>
* fixed include problem with glib V2.31.0 (only glib.h can be included directly)
--- gtkextra/gtkcharsel.c 2011/09/10 11:44:53 1.10
+++ gtkextra/gtkcharsel.c 2011/11/26 11:05:59 1.11
@@ -34,7 +34,7 @@
#include <gtk/gtk.h>
-#include <glib/gunicode.h>
+#include <glib.h>
#include <string.h>
#include "gtkextra-compat.h"