From 26d51de7683404861217683b3f6fe2f2812ed730 Mon Sep 17 00:00:00 2001 From: unknown 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