dont include strings.h ifdef darwin

This commit is contained in:
Doug MacEachern 2006-09-26 13:23:48 +00:00
parent b03659cda1
commit d93c43fa9b
1 changed files with 2 additions and 0 deletions

View File

@ -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 */