include <_bsd_types.h> on MinGW

ok beck@
This commit is contained in:
Brent Cook 2014-07-20 13:32:44 -05:00
parent edebb7a66e
commit 237250e07a

View File

@ -5,6 +5,10 @@
#include <stdint.h> #include <stdint.h>
#ifdef __MINGW32__
#include <_bsd_types.h>
#endif
#if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__bounded__) #if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__bounded__)
# define __bounded__(x, y, z) # define __bounded__(x, y, z)
#endif #endif