diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile.am | 1 | ||||
| -rw-r--r-- | include/compat/sys/types.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 98920b4..9f42f05 100644 --- a/include/Makefile.am +++ b/include/Makefile.am | |||
| @@ -29,7 +29,6 @@ noinst_HEADERS += compat/netinet/in.h | |||
| 29 | noinst_HEADERS += compat/netinet/ip.h | 29 | noinst_HEADERS += compat/netinet/ip.h |
| 30 | noinst_HEADERS += compat/netinet/tcp.h | 30 | noinst_HEADERS += compat/netinet/tcp.h |
| 31 | 31 | ||
| 32 | noinst_HEADERS += compat/sys/cdefs.h | ||
| 33 | noinst_HEADERS += compat/sys/ioctl.h | 32 | noinst_HEADERS += compat/sys/ioctl.h |
| 34 | noinst_HEADERS += compat/sys/mman.h | 33 | noinst_HEADERS += compat/sys/mman.h |
| 35 | noinst_HEADERS += compat/sys/param.h | 34 | noinst_HEADERS += compat/sys/param.h |
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 |
