Browse Source
Fix inclusion of <sys/endian.h> (#2000)
Co-authored-by: adr-adr <adr@github>
master
Samuel Thibault
8 months ago
No account linked to committer's email address
|
|
|
|
|
|
|
|
#include <stdio.h> |
|
|
#include <stdio.h> |
|
|
#include <stdlib.h> |
|
|
#include <stdlib.h> |
|
|
#include <string.h> |
|
|
#include <string.h> |
|
|
|
|
|
|
|
|
|
|
|
#ifdef HAVE_SYS_ENDIAN_H |
|
|
|
|
|
#include <sys/endian.h> |
|
|
|
|
|
#else |
|
|
#include <endian.h> |
|
|
#include <endian.h> |
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
#include <espeak-ng/espeak_ng.h> |
|
|
#include <espeak-ng/espeak_ng.h> |
|
|
#include <espeak-ng/speak_lib.h> |
|
|
#include <espeak-ng/speak_lib.h> |