15 lines
437 B
Text
15 lines
437 B
Text
$NetBSD: patch-drivers_viavoice_viavoicespeaker_h,v 1.1 2012/05/06 19:49:37 dholland Exp $
|
|
|
|
Fix build with latest glib2.
|
|
|
|
--- drivers/viavoice/viavoicespeaker.h~ 2008-12-10 13:36:00.000000000 +0000
|
|
+++ drivers/viavoice/viavoicespeaker.h
|
|
@@ -34,7 +34,7 @@ extern "C" {
|
|
#endif /* __cplusplus */
|
|
|
|
#include <bonobo/bonobo-object.h>
|
|
-#include <glib/gthread.h>
|
|
+#include <glib.h>
|
|
#include <eci.h>
|
|
#include <gnome-speech/gnome-speech.h>
|
|
|