summaryrefslogtreecommitdiff
path: root/databases/mysql-workbench/patches/patch-backend_windows_wbprivate_wr_src_stdafx_h
blob: 0c0f92487ae6143cf826b80d089dd1457e6bc296 (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.1 2012/05/07 18:40:35 dholland Exp $

Fix build with latest glib2.

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