summaryrefslogtreecommitdiff
path: root/storage/tokudb/PerconaFT/ft/ft.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/tokudb/PerconaFT/ft/ft.h')
-rw-r--r--storage/tokudb/PerconaFT/ft/ft.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/storage/tokudb/PerconaFT/ft/ft.h b/storage/tokudb/PerconaFT/ft/ft.h
index 7a3c4fa783c..ff0b63b2b12 100644
--- a/storage/tokudb/PerconaFT/ft/ft.h
+++ b/storage/tokudb/PerconaFT/ft/ft.h
@@ -44,6 +44,9 @@ Copyright (c) 2006, 2015, Percona and/or its affiliates. All rights reserved.
#include "ft/ft-ops.h"
#include "ft/logger/log.h"
#include "util/dbt.h"
+#ifndef TOKU_MYSQL_WITH_PFS
+#include <my_global.h>
+#endif
typedef struct ft *FT;
typedef struct ft_options *FT_OPTIONS;