mirror of
https://github.com/MariaDB/server.git
synced 2026-04-21 07:45:32 +02:00
Fixed build failure on OpenSolaris
strings/ctype-simple.c: Fixed some compiler warnings
This commit is contained in:
parent
8d7f810894
commit
163d7acc9f
2 changed files with 6 additions and 2 deletions
|
|
@ -6,6 +6,7 @@
|
|||
* See COPYRIGHT.txt for details.
|
||||
*/
|
||||
|
||||
#include <my_config.h>
|
||||
#include <netinet/in.h>
|
||||
#include <errno.h>
|
||||
#include <poll.h>
|
||||
|
|
@ -17,6 +18,9 @@
|
|||
#if __linux__
|
||||
#include <sys/epoll.h>
|
||||
#endif
|
||||
#ifdef HAVE_ALLOCA_H
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
|
||||
#include "hstcpsvr_worker.hpp"
|
||||
#include "string_buffer.hpp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue