Chromium Code Reviews| Index: third_party/tcmalloc/chromium/src/free_list.cc |
| diff --git a/third_party/tcmalloc/chromium/src/free_list.cc b/third_party/tcmalloc/chromium/src/free_list.cc |
| index 26243c6ed7ae926242335f2e5ad66c5db3ef311a..4be5431fceead07bdc08cff229af7a64a884f04f 100644 |
| --- a/third_party/tcmalloc/chromium/src/free_list.cc |
| +++ b/third_party/tcmalloc/chromium/src/free_list.cc |
| @@ -58,6 +58,7 @@ |
| // new head |previous| pointer gets changed from pointing to the former |
| // head to NULL. |
| +#include "config_hardening.h" // For TCMALLOC_USE_DOUBLYLINKED_FREELIST. |
| #ifdef TCMALLOC_USE_DOUBLYLINKED_FREELIST |