Patch around gcc builtin memory functions.
This commit is contained in:
parent
9b24fc7087
commit
5cf89596e7
@ -4,7 +4,11 @@
|
||||
#define NO_STDARG
|
||||
#endif /* not __STDC__ */
|
||||
|
||||
#ifndef __GNUC__
|
||||
#ifndef __STDC__
|
||||
#include <memory.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user