1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

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

This commit is contained in:
joerg@mysql.com
2005-03-22 10:39:26 +01:00
parent b072eaa3da
commit 4fd932b772

View File

@@ -27,6 +27,7 @@
#include <sys/wait.h>
#include <my_sys.h>
#include <signal.h>
#include <m_string.h>
#include <mysql.h>