Commit 9d9ba649 authored by unknown's avatar unknown

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().
parent 43847cca
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment