Commit ce00eac6 authored by unknown's avatar unknown

Fix powermacg5 build failure.


server-tools/instance-manager/angel.cc:
  Include my_dir.h because MacOS defines mode constants
  (S_IRUSR, S_IWUSR, ...) in sys/stat.h.
parent efead7f3
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#include "my_global.h" #include "my_global.h"
#include "my_alarm.h" #include "my_alarm.h"
#include "my_dir.h"
#include "my_sys.h" #include "my_sys.h"
/* Include other IM files. */ /* Include other IM files. */
......
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