diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-08-30 09:47:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-30 09:47:25 +0200 |
commit | 4a13100c6a5a0a4b793e90bd43d21c3696c42d46 (patch) | |
tree | a2a901acb79f830805b4b15817602b0e92aa78be /src/import | |
parent | 3e2b21089402e7ae0ce855f1e7be4585ff330150 (diff) | |
parent | 1d9ed171788821c21ca900a921833a8e41bf22f3 (diff) |
Merge pull request #4052 from yann-morin-1998/yem/o-tmpfile
importd: fix build failure with missing O_TMPFILE (branch yem/o-tmpfile)
Diffstat (limited to 'src/import')
-rw-r--r-- | src/import/export-raw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/import/export-raw.c b/src/import/export-raw.c index db06e11b87..6136b677dd 100644 --- a/src/import/export-raw.c +++ b/src/import/export-raw.c @@ -34,6 +34,7 @@ #include "fd-util.h" #include "fileio.h" #include "import-common.h" +#include "missing.h" #include "ratelimit.h" #include "string-util.h" #include "util.h" |