summaryrefslogtreecommitdiff
path: root/sql/sql_map.cc
diff options
context:
space:
mode:
authorramil@mysql.com <>2005-02-24 12:17:59 +0400
committerramil@mysql.com <>2005-02-24 12:17:59 +0400
commitc1b78b1a4f160f57b182dbf90cf7673ae2659a8c (patch)
treecee47503effff1532ef38e882560b75cc653c309 /sql/sql_map.cc
parent561c8d3d84871969000fe2e97da2bf36c1f87d25 (diff)
downloadmariadb-git-c1b78b1a4f160f57b182dbf90cf7673ae2659a8c.tar.gz
A fix (mysql_priv.h should be included first)
Diffstat (limited to 'sql/sql_map.cc')
-rw-r--r--sql/sql_map.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/sql_map.cc b/sql/sql_map.cc
index e557840957e..4bb3482c7e6 100644
--- a/sql/sql_map.cc
+++ b/sql/sql_map.cc
@@ -19,9 +19,8 @@
#pragma implementation // gcc: Class implementation
#endif
-#include <sys/stat.h>
-
#include "mysql_priv.h"
+#include <sys/stat.h>
#ifdef HAVE_SYS_MMAN_H
#include <sys/mman.h>
#endif