summaryrefslogtreecommitdiff
path: root/src/tests/heap-checker_unittest.cc
diff options
context:
space:
mode:
authorcsilvers <csilvers@6b5cf1ce-ec42-a296-1ba9-69fdba395a50>2007-03-22 04:42:30 +0000
committercsilvers <csilvers@6b5cf1ce-ec42-a296-1ba9-69fdba395a50>2007-03-22 04:42:30 +0000
commitbc455d7b63949fab94ed9518d277866e95f08768 (patch)
tree50e71170b8d89cece878f7f337cc9abcbc8d4eed /src/tests/heap-checker_unittest.cc
parent91fad389784766782263133c5510976a8f76d89e (diff)
downloadgperftools-bc455d7b63949fab94ed9518d277866e95f08768.tar.gz
Fri Jun 24 18:02:26 2005 Google Inc. <opensource@google.com>
* Add missing errno include for one of the unittests (csilvers) * Reduce tcmalloc startup memory from 5M to 256K (sanjay) * Add support for mallopt() and mallinfo (sanjay) * Improve stacktrace's performance on some 64-bit systems (etune) * Improve the stacktrace unittest (etune) git-svn-id: http://gperftools.googlecode.com/svn/trunk@13 6b5cf1ce-ec42-a296-1ba9-69fdba395a50
Diffstat (limited to 'src/tests/heap-checker_unittest.cc')
-rw-r--r--src/tests/heap-checker_unittest.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/heap-checker_unittest.cc b/src/tests/heap-checker_unittest.cc
index b13d617..d56f760 100644
--- a/src/tests/heap-checker_unittest.cc
+++ b/src/tests/heap-checker_unittest.cc
@@ -78,6 +78,7 @@
#include <set>
#include <string>
+#include <errno.h> // errno
#include <netinet/in.h> // inet_ntoa
#include <arpa/inet.h> // inet_ntoa
#ifdef HAVE_EXECINFO_H