Borland portability tweaks.

This commit is contained in:
curt
1998-11-23 21:46:36 +00:00
parent 1690f5475d
commit d7748704d7
3 changed files with 15 additions and 5 deletions
+3 -1
View File
@@ -11,7 +11,9 @@
#endif
#ifdef WIN32
# include <memory.h> /* required for memset() and memcpy() */
# ifndef HAVE_STL_SGI_PORT
# include <memory.h> /* required for memset() and memcpy() */
# endif
#endif
#include <string.h>