Browse Source

Add ucd.h to tokenizer.c to provide the definition of the ucd_category identifier for the emscripten build.

master
Reece H. Dunn 8 years ago
parent
commit
3cc53d98f4
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/libespeak-ng/tokenizer.c

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

#include <string.h> #include <string.h>


#include <espeak-ng/espeak_ng.h> #include <espeak-ng/espeak_ng.h>
#include <ucd/ucd.h>


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

Loading…
Cancel
Save