summaryrefslogtreecommitdiffstats
path: root/databases/mariadb102-server/files/patch-storage_tokudb_PerconaFT_portability_memory.cc
blob: c6eb23c5a525b99a01e6a525009648f61aaac763 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Fix build error

--- storage/tokudb/PerconaFT/portability/memory.cc.orig	2017-05-14 23:13:21 UTC
+++ storage/tokudb/PerconaFT/portability/memory.cc
@@ -42,11 +42,6 @@ Copyright (c) 2006, 2015, Percona and/or
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
-#if defined(HAVE_MALLOC_H)
-# include <malloc.h>
-#elif defined(HAVE_SYS_MALLOC_H)
-# include <sys/malloc.h>
-#endif
 #include <dlfcn.h>
 #include <toku_race_tools.h>
 #include "memory.h"
OpenPOWER on IntegriCloud