commit: 0d24bb1c0e6e567a70a935b768e98c15652f3546 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sat Jan 10 13:38:19 2026 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sat Jan 10 13:38:19 2026 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=0d24bb1c
q: include xalloc.h for xmalloc Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> q.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/q.c b/q.c index f31a428..69b0273 100644 --- a/q.c +++ b/q.c @@ -1,5 +1,5 @@ /* - * Copyright 2005-2025 Gentoo Foundation + * Copyright 2005-2026 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 * * Copyright 2005-2010 Ned Ludd - <[email protected]> @@ -16,6 +16,7 @@ #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> +#include <xalloc.h> #if defined(__MACH__) && defined(__APPLE__) #include <libproc.h>
