include missing_fcntl.h where needed

f5947a5e92 dropped missing.h and
replaced with the more specific headers but did not add
missing_fcntl.h in places that use O_TMPFILE. This is needed for
some older versions of glibc.
This commit is contained in:
Anita Zhang 2019-11-06 22:25:43 -08:00 committed by Frantisek Sumsal
parent 754499fab2
commit 0499585ffe
3 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include "io-util.h"
#include "macro.h"
#include "memfd-util.h"
#include "missing_fcntl.h"
#include "missing_syscall.h"
#include "parse-util.h"
#include "path-util.h"

View File

@ -14,6 +14,7 @@
#include "locale-util.h"
#include "log.h"
#include "macro.h"
#include "missing_fcntl.h"
#include "missing_fs.h"
#include "missing_syscall.h"
#include "mkdir.h"

View File

@ -17,6 +17,7 @@
#include "fd-util.h"
#include "fs-util.h"
#include "import-common.h"
#include "missing_fcntl.h"
#include "ratelimit.h"
#include "stat-util.h"
#include "string-util.h"