diff options
Diffstat (limited to 'community/gtk2+extra/gtk2+extra-2.1.2-glib.patch')
-rw-r--r-- | community/gtk2+extra/gtk2+extra-2.1.2-glib.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/gtk2+extra/gtk2+extra-2.1.2-glib.patch b/community/gtk2+extra/gtk2+extra-2.1.2-glib.patch new file mode 100644 index 000000000..19f170606 --- /dev/null +++ b/community/gtk2+extra/gtk2+extra-2.1.2-glib.patch @@ -0,0 +1,11 @@ +--- gtk+extra-2.1.2.orig/gtkextra/gtkcharsel.c 2004-08-27 16:46:14.000000000 -0500 ++++ gtk+extra-2.1.2/gtkextra/gtkcharsel.c 2012-12-04 06:13:06.926662933 -0500 +@@ -18,7 +18,7 @@ + */ + + #include <gtk/gtk.h> +-#include <glib/gunicode.h> ++#include <glib.h> + + #include <string.h> + #include "gtkcharsel.h" |