blob: bc0a760205999af539269ea04ca9d55857e1d646 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-library_grt_src_grtpp__util_cpp,v 1.1 2012/05/09 05:38:18 dholland Exp $
Fix build with latest glib2.
--- library/grt/src/grtpp_util.cpp~ 2011-03-17 12:48:45.000000000 +0000
+++ library/grt/src/grtpp_util.cpp
@@ -25,7 +25,7 @@
#include "grtpp_util.h"
#include "base/string_utilities.h"
-#include <glib/gbase64.h>
+#include <glib.h>
using namespace grt;
|