Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rpm-software-management/createrepo_c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-10-19 05:10:06 +0300
committeramatej <matej.ales@seznam.cz>2022-10-19 08:10:49 +0300
commitd8da644c45bec1429d600c619ce4e47af5906ef8 (patch)
tree7d191547c2762b00bed2f74f2c1e75505518f388
parentaf14e164a3e4ab9dfaef1212e852b9ecebc326a2 (diff)
Include <rpm/rpmstring.h> for rasprintf
Fixes build with Clang 16. Bug: https://bugs.gentoo.org/875698 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--src/xml_file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xml_file.c b/src/xml_file.c
index e369f51..d74af23 100644
--- a/src/xml_file.c
+++ b/src/xml_file.c
@@ -20,6 +20,7 @@
#include <glib.h>
#include <glib/gstdio.h>
#include <assert.h>
+#include <rpm/rpmstring.h>
#include "xml_file.h"
#include <errno.h>
#include "error.h"