summaryrefslogtreecommitdiff
path: root/src/heap-checker-bcad.cc
diff options
context:
space:
mode:
authorcsilvers <csilvers@6b5cf1ce-ec42-a296-1ba9-69fdba395a50>2012-02-04 00:07:36 +0000
committercsilvers <csilvers@6b5cf1ce-ec42-a296-1ba9-69fdba395a50>2012-02-04 00:07:36 +0000
commit4e9432c5090d5b8354b0b57fca8b96b2efef37e3 (patch)
tree4f087d23e91dfa1c5496639dcef12b36d07346f1 /src/heap-checker-bcad.cc
parente10b720797359e1855a5e4769424988b4e76c3e7 (diff)
downloadgperftools-4e9432c5090d5b8354b0b57fca8b96b2efef37e3.tar.gz
Fri Feb 03 15:40:45 2012 Google Inc. <google-perftools@googlegroups.com>
* gperftools: version 2.0 * Renamed the project from google-perftools to gperftools (csilvers) * Renamed the .deb/.rpm packagse from google-perftools to gperftools too * Renamed include directory from google/ to gperftools/ (csilvers) * Changed the 'official' perftools email in setup.py/etc * Renamed google-perftools.sln to gperftools.sln * PORTING: Removed bash-isms & grep -q in heap-checker-death_unittest.sh * Changed copyright text to reflect Google's relinquished ownership git-svn-id: http://gperftools.googlecode.com/svn/trunk@142 6b5cf1ce-ec42-a296-1ba9-69fdba395a50
Diffstat (limited to 'src/heap-checker-bcad.cc')
-rw-r--r--src/heap-checker-bcad.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heap-checker-bcad.cc b/src/heap-checker-bcad.cc
index 82a3109..7ed6942 100644
--- a/src/heap-checker-bcad.cc
+++ b/src/heap-checker-bcad.cc
@@ -45,7 +45,7 @@
// the allocated object is reachable from global data and hence "live").
#include <stdlib.h> // for abort()
-#include <google/malloc_extension.h>
+#include <gperftools/malloc_extension.h>
// A dummy variable to refer from heap-checker.cc. This is to make
// sure this file is not optimized out by the linker.