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
Use stdlib.h instead of malloc.h.
master
Reece H. Dunn
9 years ago
parent
eebb079718
commit
7a4bc02cb6
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/libespeak-ng/error.c
+ 1
- 1
src/libespeak-ng/error.c
View File
@@ -19,9 +19,9 @@
#include "config.h"
#include <errno.h>
#include <malloc.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <espeak-ng/espeak_ng.h>
Write
Preview
Loading…
Cancel
Save