mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 22:25:32 +02:00
Fixed compiler failures and warnings
This commit is contained in:
parent
2f7b6c5751
commit
0c9d39edc3
4 changed files with 12 additions and 21 deletions
|
|
@ -16,11 +16,11 @@
|
|||
#ifndef BOUNDED_QUEUE_INCLUDED
|
||||
#define BOUNDED_QUEUE_INCLUDED
|
||||
|
||||
#include <string.h>
|
||||
#include "my_global.h"
|
||||
#include "my_base.h"
|
||||
#include "my_sys.h"
|
||||
#include "queues.h"
|
||||
#include <string.h>
|
||||
|
||||
class Sort_param;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue