sys-cluster/libquo: add <sys/types.h>

Closes: https://bugs.gentoo.org/875599
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2026-04-20 15:16:32 +02:00
parent 32ae9ae55e
commit dfc1931a78
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
--- a/src/quo-private.h 2026-04-20 15:10:50.306375540 +0200
+++ b/src/quo-private.h 2026-04-20 15:11:02.249241749 +0200
@@ -25,6 +25,7 @@
#ifdef HAVE_STDBOOL_H
#include <stdbool.h>
#endif
+#include <sys/types.h>
/** Library version. */
#define QUO_VER QUO_VERSION_CURRENT

View File

@@ -31,6 +31,8 @@ DEPEND="
"
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}"/${P}-musl.patch )
src_prepare() {
default
[[ ${PV} = 9999 ]] && eautoreconf