15 lines
339 B
Text
15 lines
339 B
Text
$NetBSD: patch-src_library_hh,v 1.1 2012/05/06 19:35:57 dholland Exp $
|
|
|
|
Fix build with latest glib2.
|
|
|
|
--- src/library.hh~ 2008-03-05 21:31:06.000000000 +0000
|
|
+++ src/library.hh
|
|
@@ -28,7 +28,7 @@
|
|
#include <vector>
|
|
#include <string>
|
|
|
|
-#include <glib/gtypes.h>
|
|
+#include <glib.h>
|
|
#include <glibmm/ustring.h>
|
|
#include <sigc++/signal.h>
|
|
|