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

@@ -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