dont include strings.h ifdef darwin
This commit is contained in:
parent
b03659cda1
commit
d93c43fa9b
|
@ -31,8 +31,10 @@
|
|||
|
||||
#ifndef WIN32
|
||||
#include <unistd.h>
|
||||
#ifndef DARWIN
|
||||
#include <strings.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef DMALLOC
|
||||
#define _MEMORY_H /* exclude memory.h on solaris */
|
||||
|
|
Loading…
Reference in New Issue