commit: fd881712e9f2e64f84249a434338c344bfa5b826 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sat Jan 10 13:39:12 2026 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sat Jan 10 13:39:12 2026 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=fd881712
qtbz2: include xalloc.h for xmalloc Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> qtbz2.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qtbz2.c b/qtbz2.c index 0f26ac4..2b85faf 100644 --- a/qtbz2.c +++ b/qtbz2.c @@ -1,5 +1,5 @@ /* - * Copyright 2005-2022 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 <string.h> #include <unistd.h> #include <stdio.h> +#include <xalloc.h> #include "basename.h" #include "copy_file.h"
