From 02e2217004783f3c23cef4adc872b8ebb9eaff1d Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sat, 8 Mar 2003 04:32:20 +0000 Subject: "" svn path=/trunk/; revision=457 --- externals/grill/flext/source/flutil.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'externals/grill/flext/source/flutil.cpp') 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 +#elif FLEXT_OS == FLEXT_OS_MAC +#include #endif void flext::CopyMem(void *dst,const void *src,int bytes) -- cgit v1.2.1