summaryrefslogtreecommitdiff
path: root/databases/mysql-workbench/patches/patch-modules_db_mysql_sqlparser_src_stdafx_h
blob: 333564b1de7a4a6a4f98162d9e3c68e7d37d4f56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-modules_db_mysql_sqlparser_src_stdafx_h,v 1.2 2012/09/07 19:16:20 adam Exp $

Fix build with latest glib2.

--- modules/db.mysql.sqlparser/src/stdafx.h.orig	2011-03-17 12:48:45.000000000 +0000
+++ modules/db.mysql.sqlparser/src/stdafx.h
@@ -32,7 +32,7 @@
 #include <algorithm>
 #include <sstream>
 #include <fstream>
-#include <glib/gunicode.h>
+#include <glib.h>
 #include <map>
 #include "direct.h"