diff --git a/src/hci/strerror.c b/src/hci/strerror.c index 045e6357f..7609f03ea 100644 --- a/src/hci/strerror.c +++ b/src/hci/strerror.c @@ -120,4 +120,5 @@ struct errortab common_errors[] __errortab = { { ENOENT, "File not found" }, { ENETUNREACH, "Network unreachable" }, { ETIMEDOUT, "Connection timed out" }, + { EPIPE, "Broken pipe" }, };