1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix for AIX compilation failure: sacred knowledge of my_global.h nature (it should be

included before any other include) was hidden from me.
This commit is contained in:
petr@mysql.com
2005-03-22 02:04:14 +03:00
parent 4959ed7618
commit b072eaa3da
23 changed files with 56 additions and 44 deletions

View File

@ -19,16 +19,16 @@
#endif
#include "instance.h"
#include "mysql_manager_error.h"
#include "log.h"
#include "instance_map.h"
#include "priv.h"
#include <my_sys.h>
#include <signal.h>
#include <m_string.h>
#include <sys/wait.h>
#include <my_sys.h>
#include <m_string.h>
#include <mysql.h>
C_MODE_START