Bug#22224: Windows build depends on ib_config.h

This change has already been made to 5.1.
This commit is contained in:
iggy@rolltop.ignatz42.dyndns.org 2006-09-28 15:18:33 -04:00
commit e89c10e99c
2 changed files with 6 additions and 2 deletions

View file

@ -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>