]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
importd/export-raw: needs missing.h for O_TMPFILE
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 28 Aug 2016 14:26:04 +0000 (16:26 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Mon, 29 Aug 2016 10:40:22 +0000 (12:40 +0200)
O_TMPFILE may be missing from the system headers, so use our fallback
definition.

---
Changes v1 -> v2:
  - move include with local includes

src/import/export-raw.c

index db06e11b87b4f78213098f9a7b5af6a866bad2f9..6136b677ddeb730311c289b5b67c493b42c1e5a9 100644 (file)
@@ -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"