Commit 135979d9 authored by unknown's avatar unknown

Revert the inclusion of 'signal.h' as the module contains 'kill()'.


server-tools/instance-manager/instance.cc:
  Revert the inclusion of 'signal.h' as this module contains 'kill()'.
parent ddfdd6aa
......@@ -27,6 +27,7 @@
#include <sys/wait.h>
#include <my_sys.h>
#include <signal.h>
#include <m_string.h>
#include <mysql.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