1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

sql_hset.h - include what you use uchar comes from my_global.h

This commit is contained in:
Vicențiu Ciorbaru
2023-02-03 14:18:32 +02:00
parent addcf08d0f
commit 2a08b2c15c

View File

@@ -15,6 +15,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
#include "my_global.h"
#include "hash.h" #include "hash.h"