diff --git a/include/sys/types.h b/include/sys/types.h index 79b93e0..34c3e03 100644 --- a/include/sys/types.h +++ b/include/sys/types.h @@ -5,6 +5,10 @@ #include +#ifdef __MINGW32__ +#include <_bsd_types.h> +#endif + #if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__bounded__) # define __bounded__(x, y, z) #endif