Skip to content

Commit

Permalink
importd/export-raw: needs missing.h for O_TMPFILE
Browse files Browse the repository at this point in the history
O_TMPFILE may be missing from the system headers, so use our fallback
definition.

---
Changes v1 -> v2:
  - move include with local includes
  • Loading branch information
yann-morin-1998 committed Aug 29, 2016
1 parent 2551d79 commit 4a6d352
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/import/export-raw.c
Expand Up @@ -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"
Expand Down

0 comments on commit 4a6d352

Please sign in to comment.