From 68e4ebb9bbf3912bbfba23e7c45ecf1ae95456e4 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Sat, 16 Dec 2017 18:09:56 +0000 Subject: [PATCH] missing header on Linux --- storage/perfschema/pfs_global.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/storage/perfschema/pfs_global.cc b/storage/perfschema/pfs_global.cc index 6ffc4a38ef7..03c01c362db 100644 --- a/storage/perfschema/pfs_global.cc +++ b/storage/perfschema/pfs_global.cc @@ -38,6 +38,9 @@ #ifdef HAVE_NETINET_IN_H #include #endif +#ifdef HAVE_MALLOC_H +#include +#endif bool pfs_initialized= false;