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

@@ -17,6 +17,8 @@
#ifndef ESPEAK_NG_ENCODING_H
#define ESPEAK_NG_ENCODING_H

#include <stdint.h>

#ifdef __cplusplus
extern "C"
{

Loading…
Cancel
Save