https://github.com/rpm-software-management/createrepo_c/pull/328 From cddd4c161523cf4340aa59f832d130e7c34ffd14 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 19 Oct 2022 03:10:06 +0100 Subject: [PATCH] Include for rasprintf Fixes build with Clang 16. Bug: https://bugs.gentoo.org/875698 --- a/src/xml_file.c +++ b/src/xml_file.c @@ -20,6 +20,7 @@ #include #include #include +#include #include "xml_file.h" #include #include "error.h"