diff options
| author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-08-07 23:59:57 +0200 |
|---|---|---|
| committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-09-24 19:23:24 +0200 |
| commit | 561ffe15664b93605be05b36761d7bf181ee8956 (patch) | |
| tree | beb9094e545bd9e4c2e5f7d39f9206f25d54de72 /src/cppunit | |
| parent | 50b8c38f08115d7012d8549f1ad3ac9109a993ff (diff) | |
| download | cppunit-561ffe15664b93605be05b36761d7bf181ee8956.tar.gz | |
use portable way to access free, fdo#52536
Diffstat (limited to 'src/cppunit')
| -rw-r--r-- | src/cppunit/TypeInfoHelper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cppunit/TypeInfoHelper.cpp b/src/cppunit/TypeInfoHelper.cpp index ee8f711..f2b9a67 100644 --- a/src/cppunit/TypeInfoHelper.cpp +++ b/src/cppunit/TypeInfoHelper.cpp @@ -6,7 +6,7 @@ #include <string> #if CPPUNIT_HAVE_GCC_ABI_DEMANGLE -#include <malloc.h> +#include <cstdlib> #include <cxxabi.h> #endif |
