]> git.mxchange.org Git - flightgear.git/commitdiff
Added MetroWorks patches from Carmen Volpe.
authorcurt <curt>
Sat, 31 Jan 1998 00:43:18 +0000 (00:43 +0000)
committercurt <curt>
Sat, 31 Jan 1998 00:43:18 +0000 (00:43 +0000)
Math/MAT3mat.c

index 42ba9814cfbf244d31da8e6db873f79ba667e953..f25310f0553708b1f3fc7b4127d7f0be3cf00ef8 100644 (file)
@@ -9,9 +9,12 @@
 #include <Math/mat3defs.h>
 
 #ifdef WIN32
-#include <memory.h>      /* required for memset() and memcpy() */
+#  include <memory.h>      /* required for memset() and memcpy() */
+#elif __MWERKS__
+#  include <string.h>      /* MetroWerks CodeWarrior: memset() & memcpy() */
 #endif
 
+
 /* #include "macros.h" */
 
 /* --------------------------  Static Routines ---------------------------- */