Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / audio / gnome-speech / patches / patch-drivers_eloquence_eloquencesynthesisdriver_c
blob0bd77d4f2218b8a7a7c6cd9f3bb34cb9fe47fd5b
1 $NetBSD$
3 Fix build with latest glib2.
5 --- drivers/eloquence/eloquencesynthesisdriver.c~       2008-12-10 13:36:00.000000000 +0000
6 +++ drivers/eloquence/eloquencesynthesisdriver.c
7 @@ -24,7 +24,7 @@
8   */
9  
10  #include <libbonobo.h>
11 -#include <glib/gmain.h>
12 +#include <glib.h>
13  #include <gnome-speech/gnome-speech.h>
14  #include "eloquencesynthesisdriver.h"
15  #include "eloquencespeaker.h"