check for sys/errno.h
This commit is contained in:
@@ -72,6 +72,7 @@ AC_CHECK_HEADERS([\
|
||||
shadow.h \
|
||||
stdint.h \
|
||||
sys/bswap.h \
|
||||
sys/errno.h \
|
||||
sys/ioctl.h \
|
||||
sys/mman.h \
|
||||
sys/param.h \
|
||||
|
@@ -182,6 +182,9 @@ struct sockaddr_dl;
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_ERRNO_H
|
||||
#include <sys/errno.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_BITYPES_H
|
||||
#include <sys/bitypes.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user