diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/sys/types.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ | |||
| 5 | 5 | ||
| 6 | #include <stdint.h> | 6 | #include <stdint.h> |
| 7 | 7 | ||
| 8 | #ifdef __MINGW32__ | ||
| 9 | #include <_bsd_types.h> | ||
| 10 | #endif | ||
| 11 | |||
| 8 | #if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__bounded__) | 12 | #if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__bounded__) |
| 9 | # define __bounded__(x, y, z) | 13 | # define __bounded__(x, y, z) |
| 10 | #endif | 14 | #endif |
