summaryrefslogtreecommitdiff
path: root/src/cppunit
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-08-07 23:59:57 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-09-24 19:23:24 +0200
commit561ffe15664b93605be05b36761d7bf181ee8956 (patch)
treebeb9094e545bd9e4c2e5f7d39f9206f25d54de72 /src/cppunit
parent50b8c38f08115d7012d8549f1ad3ac9109a993ff (diff)
downloadcppunit-561ffe15664b93605be05b36761d7bf181ee8956.tar.gz
use portable way to access free, fdo#52536
Diffstat (limited to 'src/cppunit')
-rw-r--r--src/cppunit/TypeInfoHelper.cpp2
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