Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / audio / gnome-speech / patches / patch-drivers_dectalk_dectalksynthesisdriver_c
blobae15af1a469a1c37104b678d5e0b8aefd2342870
1 $NetBSD$
3 Fix build with latest glib2.
5 --- drivers/dectalk/dectalksynthesisdriver.c~   2008-12-10 13:36:00.000000000 +0000
6 +++ drivers/dectalk/dectalksynthesisdriver.c
7 @@ -26,7 +26,7 @@
8  
9  #include <string.h>
10  #include <libbonobo.h>
11 -#include <glib/gmain.h>
12 +#include <glib.h>
13  #include <gnome-speech/gnome-speech.h>
14  #include "dectalksynthesisdriver.h"
15  #include <dtk/ttsapi.h>