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

Fix build with latest glib2.

--- drivers/theta/thetasynthesisdriver.c~	2008-12-10 13:36:00.000000000 +0000
+++ drivers/theta/thetasynthesisdriver.c
@@ -28,7 +28,7 @@
 #include <unistd.h>
 #include <fcntl.h>
 #include <libbonobo.h>
-#include <glib/gmain.h>
+#include <glib.h>
 #include <gnome-speech/gnome-speech.h>
 #include <theta.h>
 #include "thetasynthesisdriver.h"