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

#include "synthesize.h" #include "synthesize.h"
#include "spect.h" #include "spect.h"
#include "translate.h" #include "translate.h"
#include "dictionary.h"


#define N_ITEM_STRING 256 #define N_ITEM_STRING 256



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

#include "phoneme.h" #include "phoneme.h"
#include "voice.h" #include "voice.h"
#include "synthesize.h" #include "synthesize.h"
#include "dictionary.h"


espeak_ng_STATUS espeak_ng_STATUS
create_file_error_context(espeak_ng_ERROR_CONTEXT *context, create_file_error_context(espeak_ng_ERROR_CONTEXT *context,

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

#include "voice.h" #include "voice.h"
#include "synthesize.h" #include "synthesize.h"
#include "translate.h" #include "translate.h"
#include "dictionary.h"
#include "ssml.h" #include "ssml.h"


static MNEM_TAB ssmltags[] = { static MNEM_TAB ssmltags[] = {

Loading…
Cancel
Save