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
Fix inclusion of <sys/endian.h> (
#2000
)
Co-authored-by: adr-adr <adr@github>
master
Samuel Thibault
8 months ago
parent
12a72b879f
commit
b8ef3a6102
No account linked to committer's email address
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
5
0
src/libespeak-ng/spect.c
+ 5
- 0
src/libespeak-ng/spect.c
View File
@@ -25,7 +25,12 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_SYS_ENDIAN_H
#include <sys/endian.h>
#else
#include <endian.h>
#endif
#include <espeak-ng/espeak_ng.h>
#include <espeak-ng/speak_lib.h>
Write
Preview
Loading…
Cancel
Save