diff options
author | Paweł Kołodziejski | 2003-08-02 18:01:43 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2003-08-02 18:01:43 +0000 |
commit | bf453ea219accd66d8d27143868cf80498cfa3d9 (patch) | |
tree | c484d6faf08484e288cfd72d08cdb599cfa49b55 /common | |
parent | cc8465aa71188e710b443a776c7cc595ade8457a (diff) | |
download | scummvm-rg350-bf453ea219accd66d8d27143868cf80498cfa3d9.tar.gz scummvm-rg350-bf453ea219accd66d8d27143868cf80498cfa3d9.tar.bz2 scummvm-rg350-bf453ea219accd66d8d27143868cf80498cfa3d9.zip |
fix compile with vc7
svn-id: r9421
Diffstat (limited to 'common')
-rw-r--r-- | common/engine.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/engine.cpp b/common/engine.cpp index 4a7f6816ea..f07716af46 100644 --- a/common/engine.cpp +++ b/common/engine.cpp @@ -18,6 +18,9 @@ * $Header$ */ +#if defined(_MSC_VER) +#include <malloc.h> +#endif #include "stdafx.h" #include "common/config-file.h" #include "common/engine.h" |