summaryrefslogtreecommitdiff
path: root/sql/wsrep_applier.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/wsrep_applier.h')
-rw-r--r--sql/wsrep_applier.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/wsrep_applier.h b/sql/wsrep_applier.h
index c3892e2dac4..b6497776e87 100644
--- a/sql/wsrep_applier.h
+++ b/sql/wsrep_applier.h
@@ -16,7 +16,8 @@
#ifndef WSREP_APPLIER_H
#define WSREP_APPLIER_H
-#include <sys/types.h>
+#include <my_config.h>
+#include "../wsrep/wsrep_api.h"
void wsrep_set_apply_format(THD* thd, Format_description_log_event* ev);
Format_description_log_event* wsrep_get_apply_format(THD* thd);