commit: b28031b824c2d623f9d440460f8d8aeb2b07de2b Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sat Jan 10 13:41:53 2026 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sat Jan 10 13:41:53 2026 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=b28031b8
qmanifest: include xalloc.h for xstrdup, xmalloc, etc Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> qmanifest.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qmanifest.c b/qmanifest.c index 8064931..cbf9459 100644 --- a/qmanifest.c +++ b/qmanifest.c @@ -1,5 +1,5 @@ /* - * Copyright 2018-2025 Gentoo Foundation + * Copyright 2018-2026 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 * * Copyright 2018- Fabian Groffen - <[email protected]> @@ -29,6 +29,7 @@ #include <sys/stat.h> #include <sys/types.h> #include <sys/time.h> +#include <xalloc.h> #include <zlib.h> #include <gpgme.h>
