summaryrefslogtreecommitdiff
path: root/sql/sql_map.cc
diff options
context:
space:
mode:
authorunknown <ramil@mysql.com>2005-02-24 12:17:59 +0400
committerunknown <ramil@mysql.com>2005-02-24 12:17:59 +0400
commit26d51de7683404861217683b3f6fe2f2812ed730 (patch)
treecee47503effff1532ef38e882560b75cc653c309 /sql/sql_map.cc
parent9175e5a8f3b940240d79e366bf52d5cf659363fe (diff)
downloadmariadb-git-26d51de7683404861217683b3f6fe2f2812ed730.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