diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2020-03-30 12:03:49 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2020-04-02 13:53:38 +0300 |
commit | 8ed452dd8697917637d9e6fcc4b8c5d4bb50c8d0 (patch) | |
tree | 2b8e649e20e303a530a52fd3ffe90c9a4850ae69 /misc | |
parent | 7630389dcd3494c13b74b119cca37f97d2d8445a (diff) | |
download | rpm-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.c | 1 |
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> |