aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gperftools/malloc_hook.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gperftools/malloc_hook.h b/src/gperftools/malloc_hook.h
index 9d56fb1..b76411f 100644
--- a/src/gperftools/malloc_hook.h
+++ b/src/gperftools/malloc_hook.h
@@ -70,7 +70,7 @@
#include <stddef.h>
#include <sys/types.h>
extern "C" {
-#include <gperftools/malloc_hook_c.h> // a C version of the malloc_hook interface
+#include "malloc_hook_c.h" // a C version of the malloc_hook interface
}
// Annoying stuff for windows -- makes sure clients can import these functions