check for sys/errno.h

This commit is contained in:
Love Hörnquist Åstrand
2014-06-25 21:39:33 -07:00
parent 217ae4315a
commit c93db5aa52
2 changed files with 4 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ AC_CHECK_HEADERS([\
shadow.h \ shadow.h \
stdint.h \ stdint.h \
sys/bswap.h \ sys/bswap.h \
sys/errno.h \
sys/ioctl.h \ sys/ioctl.h \
sys/mman.h \ sys/mman.h \
sys/param.h \ sys/param.h \

View File

@@ -182,6 +182,9 @@ struct sockaddr_dl;
#ifdef HAVE_SYS_TYPES_H #ifdef HAVE_SYS_TYPES_H
#include <sys/types.h> #include <sys/types.h>
#endif #endif
#ifdef HAVE_SYS_ERRNO_H
#include <sys/errno.h>
#endif
#ifdef HAVE_SYS_BITYPES_H #ifdef HAVE_SYS_BITYPES_H
#include <sys/bitypes.h> #include <sys/bitypes.h>
#endif #endif