[wasm/graphite] Include standard headers
Since we use emcc here.
This commit is contained in:
parent
1f86890b75
commit
d5d8fc046f
|
@ -4,13 +4,8 @@
|
|||
|
||||
#include <graphite2/Segment.h>
|
||||
|
||||
extern "C" {
|
||||
void *malloc(size_t size);
|
||||
void *realloc(void *ptr, size_t size);
|
||||
void free(void *ptr);
|
||||
void abort();
|
||||
void *memset(void *s, int c, size_t n);
|
||||
}
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
void debugprint1 (char *s, int32_t);
|
||||
void debugprint2 (char *s, int32_t, int32_t);
|
||||
|
|
Loading…
Reference in New Issue