Browse Source

build, encoding: include stdint

The stdint.h is not included when building test, then including this module inside encoding.h
master
yorkie 8 years ago
parent
commit
db79bd12eb
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/include/espeak-ng/encoding.h

+ 2
- 0
src/include/espeak-ng/encoding.h View File

#ifndef ESPEAK_NG_ENCODING_H #ifndef ESPEAK_NG_ENCODING_H
#define ESPEAK_NG_ENCODING_H #define ESPEAK_NG_ENCODING_H


#include <stdint.h>

#ifdef __cplusplus #ifdef __cplusplus
extern "C" extern "C"
{ {

Loading…
Cancel
Save