summaryrefslogtreecommitdiff
path: root/lib/verify.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2020-03-30 12:03:49 +0300
committerPanu Matilainen <pmatilai@redhat.com>2020-04-02 13:53:38 +0300
commit8ed452dd8697917637d9e6fcc4b8c5d4bb50c8d0 (patch)
tree2b8e649e20e303a530a52fd3ffe90c9a4850ae69 /lib/verify.c
parent7630389dcd3494c13b74b119cca37f97d2d8445a (diff)
downloadrpm-8ed452dd8697917637d9e6fcc4b8c5d4bb50c8d0.tar.gz
Flush 1998 vintage fcntl-compatibility mess from system.h
fcntl.h is standard, include it from places that need it and drop from system.h.
Diffstat (limited to 'lib/verify.c')
-rw-r--r--lib/verify.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/verify.c b/lib/verify.c
index 469328d9f..e3c829329 100644
--- a/lib/verify.c
+++ b/lib/verify.c
@@ -6,6 +6,7 @@
#include "system.h"
#include <errno.h>
+#include <fcntl.h>
#if WITH_CAP
#include <sys/capability.h>
#endif