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