Browse Source

Include dictionary.h in the relevant source files to avoid implicit-function-declaration warnings.

master
Reece H. Dunn 7 years ago
parent
commit
d0410d8585
3 changed files with 3 additions and 0 deletions
  1. 1
    0
      src/libespeak-ng/compiledata.c
  2. 1
    0
      src/libespeak-ng/error.c
  3. 1
    0
      src/libespeak-ng/ssml.c

+ 1
- 0
src/libespeak-ng/compiledata.c View File

@@ -45,6 +45,7 @@
#include "synthesize.h"
#include "spect.h"
#include "translate.h"
#include "dictionary.h"

#define N_ITEM_STRING 256


+ 1
- 0
src/libespeak-ng/error.c View File

@@ -31,6 +31,7 @@
#include "phoneme.h"
#include "voice.h"
#include "synthesize.h"
#include "dictionary.h"

espeak_ng_STATUS
create_file_error_context(espeak_ng_ERROR_CONTEXT *context,

+ 1
- 0
src/libespeak-ng/ssml.c View File

@@ -47,6 +47,7 @@
#include "voice.h"
#include "synthesize.h"
#include "translate.h"
#include "dictionary.h"
#include "ssml.h"

static MNEM_TAB ssmltags[] = {

Loading…
Cancel
Save