From 9de15c7e1f4ca23a10edb9a3b657f06b2b13e841 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 20 Oct 2020 22:16:39 +0200 Subject: [PATCH] rpmdb.c: add a missing include This addressed build failures on non-glibc systems. Upstream-Status: Backport Signed-off-by: Alexander Kanavin --- lib/rpmdb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rpmdb.c b/lib/rpmdb.c index 4c101569f..73187630b 100644 --- a/lib/rpmdb.c +++ b/lib/rpmdb.c @@ -8,6 +8,7 @@ #include #include #include +#include #ifndef DYING /* XXX already in "system.h" */ #include