15 lines
470 B
Text
15 lines
470 B
Text
$NetBSD: patch-drivers_dectalk_dectalkspeaker_h,v 1.1 2012/05/06 19:49:37 dholland Exp $
|
|
|
|
Fix build with latest glib2.
|
|
|
|
--- drivers/dectalk/dectalkspeaker.h~ 2008-12-10 13:36:00.000000000 +0000
|
|
+++ drivers/dectalk/dectalkspeaker.h
|
|
@@ -30,7 +30,7 @@
|
|
#define __DECTALK_SPEAKER_H_
|
|
|
|
#include <bonobo/bonobo-object.h>
|
|
-#include <glib/gthread.h>
|
|
+#include <glib.h>
|
|
#include <gnome-speech/gnome-speech.h>
|
|
|
|
#define DECTALK_SPEAKER_TYPE (dectalk_speaker_get_type())
|