mirror of https://github.com/freetype/freetype
Don't #include <memory.h> but #include <string.h> to avoid header clash under MacOS. I don't think this affects other platforms.
This commit is contained in:
parent
c3b680942c
commit
f21dac0209
|
@ -1,6 +1,6 @@
|
|||
#include "grobjs.h"
|
||||
#include <stdlib.h>
|
||||
#include <memory.h>
|
||||
#include <string.h>
|
||||
|
||||
int grError = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue