mirror of
https://github.com/MariaDB/server.git
synced 2025-11-24 06:01:25 +03:00
Fix build failures on Windows and Mac.
server-tools/instance-manager/WindowsService.cpp: Include my_global.h for DBUG_ASSERT. server-tools/instance-manager/mysqlmanager.cc: Include my_dir.h for umask().
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include "my_global.h"
|
||||
#include "WindowsService.h"
|
||||
|
||||
static WindowsService *gService;
|
||||
|
||||
Reference in New Issue
Block a user