blob: 63017be44fecfc458ccb5c2dd7e59682eb0bd9b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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"
|