Source: maxice8 Upstream: soon Reason: Fixes compilation on musl libc by defining missing ssize_t --- util/strbuf.h +++ util/strbuf.h @@ -17,6 +17,7 @@ #define __NDCTL_STRBUF_H #include #include +#include /* for ssize_t */ /* * Strbuf's can be use in many ways: as a byte array, or to store arbitrary