diff --git a/src/zmalloc.h b/src/zmalloc.h index 9037b7394..7816bbae0 100644 --- a/src/zmalloc.h +++ b/src/zmalloc.h @@ -42,7 +42,7 @@ #define USE_MALLOC_CLASS 1 #elif defined(USE_TCMALLOC) #define ZMALLOC_LIB ("tcmalloc-" __xstr(TC_VERSION_MAJOR) "." __xstr(TC_VERSION_MINOR)) -#include +#include #if (TC_VERSION_MAJOR == 1 && TC_VERSION_MINOR >= 6) || (TC_VERSION_MAJOR > 1) #define HAVE_MALLOC_SIZE 1 #define zmalloc_size(p) tc_malloc_size(p)