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

Fix build with latest glib2.

--- backend/windows/wbprivate.wr/src/stdafx.h.orig	2011-03-17 12:48:41.000000000 +0000
+++ backend/windows/wbprivate.wr/src/stdafx.h
@@ -65,7 +65,7 @@
 
 #include <gl/glu.h>
 
-#include <glib/gthread.h>
+#include <glib.h>
 
 #ifndef _WIN32
 #include <sys/time.h>