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

@@ -18,6 +18,8 @@

#include "config.h"

#include <espeak-ng/espeak_ng.h>

#include "speech.h"

#include <stdarg.h>

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

@@ -19,6 +19,8 @@

#include "config.h"

#include <espeak-ng/espeak_ng.h>

#include "speech.h"

#include <stdbool.h>

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

@@ -26,6 +26,8 @@
//
#include "config.h"

#include <espeak-ng/espeak_ng.h>

#include "speech.h"

#include <stdbool.h>

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

@@ -1,6 +1,6 @@
/*
* 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)
* Written by Willie Walker, based on the eSpeak PulseAudio driver
* from Gilles Casse
@@ -19,6 +19,10 @@
* 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 <errno.h>

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

@@ -19,6 +19,8 @@

#include "config.h"

#include <espeak-ng/espeak_ng.h>

#include "speech.h"

#include <stdbool.h>

Loading…
Cancel
Save