check for sys/errno.h
This commit is contained in:
@@ -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 \
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user