summaryrefslogtreecommitdiff
path: root/storage/connect/osutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/connect/osutil.h')
-rw-r--r--storage/connect/osutil.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/storage/connect/osutil.h b/storage/connect/osutil.h
index 7e6b8823b9b..380e7bebb22 100644
--- a/storage/connect/osutil.h
+++ b/storage/connect/osutil.h
@@ -3,7 +3,11 @@
#define __OSUTIL_H__
#if defined(UNIX) || defined(UNIV_LINUX)
+#if defined(MARIADB)
#include "my_global.h"
+#else
+#include "mini-global.h"
+#endif
#include <errno.h>
#include <stddef.h>
#include "os.h"