mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Portability fix (FreeBSD)
server-tools/instance-manager/manager.cc: missing includes added
This commit is contained in:
@ -18,6 +18,8 @@
|
|||||||
|
|
||||||
#include <my_global.h>
|
#include <my_global.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
#include <sys/stat.h>
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
#include "thread_repository.h"
|
#include "thread_repository.h"
|
||||||
#include "listener.h"
|
#include "listener.h"
|
||||||
|
Reference in New Issue
Block a user