aboutsummaryrefslogtreecommitdiff
path: root/include/compat
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2016-09-04 09:04:01 -0500
committerBrent Cook <bcook@openbsd.org>2016-09-04 09:04:01 -0500
commit08837a82b69eb86c5d8b4c39056650c048efbe69 (patch)
tree4403166b84e2e7ed6d2343ea7ff7716b60aac8d0 /include/compat
parent5532f007d3713e9e790b7577e5f79acd66802bf0 (diff)
downloadportable-08837a82b69eb86c5d8b4c39056650c048efbe69.tar.gz
portable-08837a82b69eb86c5d8b4c39056650c048efbe69.tar.bz2
portable-08837a82b69eb86c5d8b4c39056650c048efbe69.zip
more cdefs.h removal
Diffstat (limited to 'include/compat')
-rw-r--r--include/compat/sys/types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/compat/sys/types.h b/include/compat/sys/types.h
index 4833816..2065f5f 100644
--- a/include/compat/sys/types.h
+++ b/include/compat/sys/types.h
@@ -18,8 +18,6 @@
18 18
19#include <stdint.h> 19#include <stdint.h>
20 20
21#include <sys/cdefs.h>
22
23#ifdef __MINGW32__ 21#ifdef __MINGW32__
24#include <_bsd_types.h> 22#include <_bsd_types.h>
25#endif 23#endif