@@ -18,6 +18,8 @@ | |||
#include "config.h" | |||
#include <espeak-ng/espeak_ng.h> | |||
#include "speech.h" | |||
#include <stdarg.h> |
@@ -19,6 +19,8 @@ | |||
#include "config.h" | |||
#include <espeak-ng/espeak_ng.h> | |||
#include "speech.h" | |||
#include <stdbool.h> |
@@ -26,6 +26,8 @@ | |||
// | |||
#include "config.h" | |||
#include <espeak-ng/espeak_ng.h> | |||
#include "speech.h" | |||
#include <stdbool.h> |
@@ -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> |
@@ -19,6 +19,8 @@ | |||
#include "config.h" | |||
#include <espeak-ng/espeak_ng.h> | |||
#include "speech.h" | |||
#include <stdbool.h> |