15 lines
395 B
Text
15 lines
395 B
Text
$NetBSD: patch-src_playbacksource_hh,v 1.1 2012/05/06 19:35:57 dholland Exp $
|
|
|
|
Fix build with latest glib2.
|
|
|
|
--- src/playbacksource.hh~ 2008-03-05 21:31:06.000000000 +0000
|
|
+++ src/playbacksource.hh
|
|
@@ -28,7 +28,7 @@
|
|
# include <config.h>
|
|
#endif //HAVE_CONFIG_H
|
|
|
|
-#include <glib/ghash.h>
|
|
+#include <glib.h>
|
|
#include <glibmm/ustring.h>
|
|
#include <sigc++/signal.h>
|
|
#include <boost/format.hpp>
|