commit: 9bb19d1e56867b9e6ac780a24e1251ea5f0e8ed2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sat Jan 10 13:36:47 2026 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sat Jan 10 13:36:47 2026 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=9bb19d1e
qcheck: include xalloc.h for xstrdup etc. Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> qcheck.c | 1 + 1 file changed, 1 insertion(+) diff --git a/qcheck.c b/qcheck.c index 324dcf8..86707c9 100644 --- a/qcheck.c +++ b/qcheck.c @@ -14,6 +14,7 @@ #include <inttypes.h> #include <sys/stat.h> #include <fcntl.h> +#include <xalloc.h> #include "array.h" #include "atom.h"
