summaryrefslogtreecommitdiff
path: root/audio/gnome-speech/patches/patch-drivers_espeak_espeaksynthesisdriver_h
blob: 43bdda207fe292987d4987a2ac85cd9a5797c335 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-drivers_espeak_espeaksynthesisdriver_h,v 1.1 2012/05/06 19:49:37 dholland Exp $

Fix build with latest glib2.

--- drivers/espeak/espeaksynthesisdriver.h~	2008-12-10 13:36:00.000000000 +0000
+++ drivers/espeak/espeaksynthesisdriver.h
@@ -29,7 +29,7 @@
 #define __ESPEAK_SYNTHESIS_DRIVER_H_
 
 #include <bonobo/bonobo-object.h>
-#include <glib/gthread.h>
+#include <glib.h>
 #include <gnome-speech/gnome-speech.h>
 #include <speak_lib.h>
 #include "espeakspeaker.h"