Browse Source

Fix building other source files from the 11101806ce change.

master
Reece H. Dunn 9 years ago
parent
commit
a0717e72bb

+ 2
- 0
src/libespeak-ng/mbrowrap.c View File



#include "config.h" #include "config.h"


#include <espeak-ng/espeak_ng.h>

#include "speech.h" #include "speech.h"


#include <stdarg.h> #include <stdarg.h>

+ 2
- 0
src/libespeak-ng/wave.c View File



#include "config.h" #include "config.h"


#include <espeak-ng/espeak_ng.h>

#include "speech.h" #include "speech.h"


#include <stdbool.h> #include <stdbool.h>

+ 2
- 0
src/libespeak-ng/wave_pulse.c View File

// //
#include "config.h" #include "config.h"


#include <espeak-ng/espeak_ng.h>

#include "speech.h" #include "speech.h"


#include <stdbool.h> #include <stdbool.h>

+ 5
- 1
src/libespeak-ng/wave_sada.c View File

/* /*
* Copyright (C) 2008, Sun Microsystems, Inc. * Copyright (C) 2008, Sun Microsystems, Inc.
* Copyright (C) 2015 Reece H. Dunn
* Copyright (C) 2015-2016 Reece H. Dunn
* eSpeak driver for Solaris Audio Device Architecture (SADA) * eSpeak driver for Solaris Audio Device Architecture (SADA)
* Written by Willie Walker, based on the eSpeak PulseAudio driver * Written by Willie Walker, based on the eSpeak PulseAudio driver
* from Gilles Casse * from Gilles Casse
* along with this program; if not, see: <http://www.gnu.org/licenses/>. * along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/ */


#include "config.h"

#include <espeak-ng/espeak_ng.h>

#include "speech.h" #include "speech.h"


#include <errno.h> #include <errno.h>

+ 2
- 0
src/speak-ng.c View File



#include "config.h" #include "config.h"


#include <espeak-ng/espeak_ng.h>

#include "speech.h" #include "speech.h"


#include <stdbool.h> #include <stdbool.h>

Loading…
Cancel
Save