diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2005-03-19 04:57:41 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2005-03-19 04:57:41 +0000 |
commit | 2f61089735df22774c2fb257dd69ce3e8199577f (patch) | |
tree | ad70ad0ede77a0fd08ae0604d78b555d763ecfb5 /externals/grill/dynext | |
parent | 9a3e58d20878e7cc2897c9c78f46055f29d03720 (diff) |
update for new flext callback naming
fixes for OSX
svn path=/trunk/; revision=2635
Diffstat (limited to 'externals/grill/dynext')
-rw-r--r-- | externals/grill/dynext/src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/externals/grill/dynext/src/main.cpp b/externals/grill/dynext/src/main.cpp index d49459c4..39141877 100644 --- a/externals/grill/dynext/src/main.cpp +++ b/externals/grill/dynext/src/main.cpp @@ -29,6 +29,7 @@ WARRANTIES, see the file, "license.txt," in this distribution. #include "flinternal.h" #include <stdlib.h> +#include <string.h> #ifdef _MSC_VER #pragma warning(disable: 4091 4244) |