| From 9de15c7e1f4ca23a10edb9a3b657f06b2b13e841 Mon Sep 17 00:00:00 2001 |
| From: Alexander Kanavin <alex.kanavin@gmail.com> |
| 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 <alex.kanavin@gmail.com> |
| --- |
| 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 <utime.h> |
| #include <errno.h> |
| #include <dirent.h> |
| +#include <fcntl.h> |
| |
| #ifndef DYING /* XXX already in "system.h" */ |
| #include <fnmatch.h> |