aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flutil.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-03-08 04:32:20 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-03-08 04:32:20 +0000
commit02e2217004783f3c23cef4adc872b8ebb9eaff1d (patch)
treed29f2b16e25d5bafd4ba57ddee3d38f24a0712e1 /externals/grill/flext/source/flutil.cpp
parentf237ae21678a18c8862d4e8c1f180f1d56097b17 (diff)
""
svn path=/trunk/; revision=457
Diffstat (limited to 'externals/grill/flext/source/flutil.cpp')
-rw-r--r--externals/grill/flext/source/flutil.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/externals/grill/flext/source/flutil.cpp b/externals/grill/flext/source/flutil.cpp
index be9329cd..92e3beaa 100644
--- a/externals/grill/flext/source/flutil.cpp
+++ b/externals/grill/flext/source/flutil.cpp
@@ -17,6 +17,8 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#if FLEXT_OS == FLEXT_OS_WIN
#include <windows.h>
+#elif FLEXT_OS == FLEXT_OS_MAC
+#include <MacMemory.h>
#endif
void flext::CopyMem(void *dst,const void *src,int bytes)