diff options
Diffstat (limited to 'sql/encryption_keys.cc')
-rw-r--r-- | sql/encryption_keys.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/encryption_keys.cc b/sql/encryption_keys.cc index f924ad1c599..835ecd470cf 100644 --- a/sql/encryption_keys.cc +++ b/sql/encryption_keys.cc @@ -1,6 +1,6 @@ #include <my_global.h> #include <mysql/plugin_encryption_key_management.h> -#include <my_crypt_key_management.h> +#include "encryption_keys.h" #include "log.h" #include "sql_plugin.h" |