summaryrefslogtreecommitdiff
path: root/inputmethod/tomoe/patches/patch-lib_tomoe_c
blob: 568492cef26d85315c937b0e6a9191f262be68fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-lib_tomoe_c,v 1.1 2012/05/06 17:24:41 dholland Exp $

Fix build with latest glib2.

--- lib/tomoe.c~	2007-06-06 07:35:53.000000000 +0000
+++ lib/tomoe.c
@@ -26,7 +26,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <glib/garray.h>
+#include <glib.h>
 #include "tomoe.h"
 
 static gboolean initialized = FALSE;