summaryrefslogtreecommitdiff
path: root/www/gtkhtml314/patches/patch-aa
blob: a769417014e71872f7846056ab148aa040fb7c67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-aa,v 1.1 2007/11/03 13:58:58 wiz Exp $

--- components/html-editor/paragraph-style.c.orig	2007-04-05 09:15:26.000000000 +0000
+++ components/html-editor/paragraph-style.c
@@ -19,6 +19,14 @@
     Boston, MA 02111-1307, USA.
 */
 
+#include <config.h>
+
+#ifdef GNOME_GTKHTML_EDITOR_SHLIB
+#include <glib/gi18n-lib.h>
+#else
+#include <glib/gi18n.h>
+#endif
+
 #include "gtkhtml.h"
 #include "paragraph-style.h"