mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Bug#22224: Windows build depends on ib_config.h
This change has already been made to 5.1.
This commit is contained in:
parent
b7e1578264
commit
e89c10e99c
2 changed files with 6 additions and 2 deletions
|
|
@ -39,8 +39,10 @@ if we are compiling on Windows. */
|
|||
#undef PACKAGE
|
||||
#undef VERSION
|
||||
|
||||
#if !defined(__WIN__) && !defined(WIN64) && !defined(_WIN64)
|
||||
/* Include the header file generated by GNU autoconf */
|
||||
#include "../ib_config.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SCHED_H
|
||||
#include <sched.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue