This website works better with JavaScript.
Home
Explore
Sign In
mahta.fetrat
/
HomoFast-eSpeak-Persian
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
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
b72754b439
commit
db79bd12eb
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
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"
{
Write
Preview
Loading…
Cancel
Save