]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/import/export-raw.c
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)
commit4a6d35237f96d07f3a783c874933f87bf14f93e0
tree9a79e498095e3e035668164551ec23745f367a24
parent2551d797f36975e75761cb9c3974edd7986325a1
importd/export-raw: needs missing.h for O_TMPFILE

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