1 From 4a6d35237f96d07f3a783c874933f87bf14f93e0 Mon Sep 17 00:00:00 2001
2 From: "Yann E. MORIN" <yann.morin.1998@free.fr>
3 Date: Sun, 28 Aug 2016 16:26:04 +0200
4 Subject: [PATCH] importd/export-raw: needs missing.h for O_TMPFILE
6 O_TMPFILE may be missing from the system headers, so use our fallback
9 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
11 Backported from upstream:
12 https://github.com/systemd/systemd/commit/4a6d35237f96d07f3a783c874933f87bf14f93e0
14 src/import/export-raw.c | 1 +
15 1 file changed, 1 insertion(+)
17 diff --git a/src/import/export-raw.c b/src/import/export-raw.c
18 index db06e11..6136b67 100644
19 --- a/src/import/export-raw.c
20 +++ b/src/import/export-raw.c
24 #include "import-common.h"
26 #include "ratelimit.h"
27 #include "string-util.h"