commit: d5ff415fb07477f9c95ac6e99b56a59acc0cc615 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sat Jan 10 13:40:32 2026 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sat Jan 10 13:40:32 2026 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=d5ff415f
qtegrity: include xalloc.h for xmalloc Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> qtegrity.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qtegrity.c b/qtegrity.c index 6eba1de..0d6ddd5 100644 --- a/qtegrity.c +++ b/qtegrity.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]> @@ -19,6 +19,7 @@ #include <sys/stat.h> #include <signal.h> #include <fcntl.h> +#include <xalloc.h> #define QTEGRITY_FLAGS "a:is" COMMON_FLAGS static struct option const qtegrity_long_opts[] = {
