From c1b78b1a4f160f57b182dbf90cf7673ae2659a8c Mon Sep 17 00:00:00 2001 From: "ramil@mysql.com" <> Date: Thu, 24 Feb 2005 12:17:59 +0400 Subject: [PATCH] A fix (mysql_priv.h should be included first) --- sql/sql_map.cc | 3 +-- 1 file changed, 1 insertion(+), 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 - #include "mysql_priv.h" +#include #ifdef HAVE_SYS_MMAN_H #include #endif