summaryrefslogtreecommitdiff
path: root/storage/perfschema/pfs_instr.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/pfs_instr.h')
-rw-r--r--storage/perfschema/pfs_instr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/perfschema/pfs_instr.h b/storage/perfschema/pfs_instr.h
index 76eeabb99da..007ef3d6435 100644
--- a/storage/perfschema/pfs_instr.h
+++ b/storage/perfschema/pfs_instr.h
@@ -29,12 +29,12 @@ struct PFS_table_share;
struct PFS_thread_class;
struct PFS_socket_class;
+#include "my_global.h"
#ifdef __WIN__
#include <winsock2.h>
#else
#include <arpa/inet.h>
#endif
-#include "my_global.h"
#include "my_compiler.h"
#include "pfs_lock.h"
#include "pfs_stat.h"