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

Fix build with latest glib2.

--- drivers/dectalk/dectalkspeaker.c~	2008-12-10 13:36:00.000000000 +0000
+++ drivers/dectalk/dectalkspeaker.c
@@ -27,8 +27,7 @@
 #include <string.h>
 #include <unistd.h>
 #include <libbonobo.h>
-#include <glib/gmain.h>
-#include <glib/gthread.h>
+#include <glib.h>
 #include <gnome-speech/gnome-speech.h>
 #include <dtk/ttsapi.h>
 #include "dectalkspeaker.h"