Browse Source

Use stdlib.h instead of malloc.h.

master
Reece H. Dunn 9 years ago
parent
commit
7a4bc02cb6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/libespeak-ng/error.c

+ 1
- 1
src/libespeak-ng/error.c View File

#include "config.h" #include "config.h"


#include <errno.h> #include <errno.h>
#include <malloc.h>
#include <stdint.h> #include <stdint.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#include <string.h> #include <string.h>


#include <espeak-ng/espeak_ng.h> #include <espeak-ng/espeak_ng.h>

Loading…
Cancel
Save