summaryrefslogtreecommitdiff
path: root/storage/innobase/include/fsp0fsp.h
diff options
context:
space:
mode:
authorEugene Kosov <claprix@yandex.ru>2020-03-20 18:47:35 +0300
committerEugene Kosov <claprix@yandex.ru>2020-03-20 18:47:35 +0300
commitbb24fa31fa28d68ed4e38ecbd8d49773d22c96df (patch)
tree040157e53bf62fe1e8cec9d7219fe8bcfe9f491d /storage/innobase/include/fsp0fsp.h
parent95da2113a050ad739fdaf60ee871329468a01554 (diff)
downloadmariadb-git-bb24fa31fa28d68ed4e38ecbd8d49773d22c96df.tar.gz
move my_assume_aligned() to a separate header
Diffstat (limited to 'storage/innobase/include/fsp0fsp.h')
-rw-r--r--storage/innobase/include/fsp0fsp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/innobase/include/fsp0fsp.h b/storage/innobase/include/fsp0fsp.h
index eef8f94020f..983b7e11c95 100644
--- a/storage/innobase/include/fsp0fsp.h
+++ b/storage/innobase/include/fsp0fsp.h
@@ -27,6 +27,7 @@ Created 12/18/1995 Heikki Tuuri
#ifndef fsp0fsp_h
#define fsp0fsp_h
+#include "assume_aligned.h"
#include "fsp0types.h"
#include "fut0lst.h"
#include "ut0byte.h"