diff --git a/headers/os/support/Errors.h b/headers/os/support/Errors.h index ebcb9787ab..350b7a6641 100644 --- a/headers/os/support/Errors.h +++ b/headers/os/support/Errors.h @@ -177,6 +177,7 @@ enum { #define EMSGSIZE (B_POSIX_ERROR_BASE + 42) #define EOPNOTSUPP (B_POSIX_ERROR_BASE + 43) #define ENOTSOCK (B_POSIX_ERROR_BASE + 44) +#define EHOSTDOWN (B_POSIX_ERROR_BASE + 45) #define ENOMEM B_NO_MEMORY #define EACCES B_PERMISSION_DENIED