summaryrefslogtreecommitdiff
path: root/inputmethod/tomoe/patches/patch-lib_glib-utils_h
blob: 855fd4fee81da0a4362f194a6e90b77c5d8014dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-lib_glib-utils_h,v 1.2 2014/05/05 06:26:53 obache Exp $

* It is no longer possible to include individual headers since glib2-2.32 

--- lib/glib-utils.h~	2007-04-25 07:35:58.000000000 +0000
+++ lib/glib-utils.h
@@ -28,7 +28,7 @@
 #include "config.h"
 #endif /* HAVE_CONFIG_H */
 
-#include <glib/garray.h>
+#include <glib.h>
 #include <glib/gi18n-lib.h>
 #include "glib-compat-file-utilities.h"
 #include "glib-compat-key-file.h"