blob: 5b8fb418548a5277e434392dd0d15d39cdff4101 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-library_canvas_src_stdafx_h,v 1.3 2012/09/15 05:14:07 obache Exp $
Fix build with latest glib2.
--- library/canvas/src/stdafx.h~ 2011-03-17 12:48:45.000000000 +0000
+++ library/canvas/src/stdafx.h
@@ -53,7 +53,7 @@
#include <gl/glu.h>
-#include <glib/gthread.h>
+#include <glib.h>
#endif // _WIN32
|