diff options
author | Brent Cook <bcook@openbsd.org> | 2016-09-04 07:38:16 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2016-09-04 07:38:16 -0500 |
commit | 6040ff04b06b30e245a075e3ebe80699e413827e (patch) | |
tree | 0c81c8aa0343fe7a91abd1d39637ce3a599ef05e /include/compat | |
parent | 93be612b5c62dada2596b33500b9c0176ed046a5 (diff) | |
download | portable-6040ff04b06b30e245a075e3ebe80699e413827e.tar.gz portable-6040ff04b06b30e245a075e3ebe80699e413827e.tar.bz2 portable-6040ff04b06b30e245a075e3ebe80699e413827e.zip |
wire up sys/types.h to pull in sys/cdefs.h
Diffstat (limited to 'include/compat')
-rw-r--r-- | include/compat/sys/types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/compat/sys/types.h b/include/compat/sys/types.h index 1e9979f..e090b45 100644 --- a/include/compat/sys/types.h +++ b/include/compat/sys/types.h | |||
@@ -18,6 +18,8 @@ | |||
18 | 18 | ||
19 | #include <stdint.h> | 19 | #include <stdint.h> |
20 | 20 | ||
21 | #include <sys/cdefs.h> | ||
22 | |||
21 | #ifdef __MINGW32__ | 23 | #ifdef __MINGW32__ |
22 | #include <_bsd_types.h> | 24 | #include <_bsd_types.h> |
23 | #endif | 25 | #endif |