summaryrefslogtreecommitdiff
path: root/misc
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 /misc
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 'misc')
-rw-r--r--misc/fts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/fts.c b/misc/fts.c
index b43f261db..d3ebb2946 100644
--- a/misc/fts.c
+++ b/misc/fts.c
@@ -66,6 +66,7 @@ static char sccsid[] = "@(#)fts.c 8.6 (Berkeley) 8/14/94";
#endif
#include "system.h"
+#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
#include <dirent.h>