From 34bdd1f41b3a0e8ca5c0d0c4ff60b8057e9b57be Mon Sep 17 00:00:00 2001 From: Rich Prohaska Date: Wed, 5 Nov 2014 11:24:27 -0500 Subject: [PATCH] DB-754 include my_config.h first for mariadb 5.5.40 --- storage/tokudb/ha_tokudb.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/storage/tokudb/ha_tokudb.cc b/storage/tokudb/ha_tokudb.cc index f993fe84135..ce2ddf97d08 100644 --- a/storage/tokudb/ha_tokudb.cc +++ b/storage/tokudb/ha_tokudb.cc @@ -92,6 +92,7 @@ PATENT RIGHTS GRANT: #pragma implementation // gcc: Class implementation #endif +#include extern "C" { #include "stdint.h" #define __STDC_FORMAT_MACROS