commit: 83560300a7626cc580e04d09cc814135abfcae60 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sat Jan 10 13:37:35 2026 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sat Jan 10 13:37:35 2026 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=83560300
qlop: include xalloc.h for xmalloc Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> qlop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/qlop.c b/qlop.c index b8fd5d5..5de8e83 100644 --- a/qlop.c +++ b/qlop.c @@ -17,6 +17,7 @@ #include <ctype.h> #include <limits.h> #include <sys/stat.h> +#include <xalloc.h> #include "array.h" #include "atom.h"
