mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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;
|
||||
|
@ -14,6 +14,7 @@
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
|
||||
|
||||
#include <my_global.h>
|
||||
#include <my_dir.h>
|
||||
#include <my_sys.h>
|
||||
|
||||
#include <string.h>
|
||||
|
Reference in New Issue
Block a user