summaryrefslogtreecommitdiff
path: root/src/cryptsetup
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2013-02-14 16:37:31 +0100
committerHarald Hoyer <harald@redhat.com>2013-02-14 16:37:31 +0100
commita860325e7ed7ea2bd688b2f002021123a05af084 (patch)
treee2e708682feed86e891b9ae30cf81a33e71f885c /src/cryptsetup
parenta5c32cff1f56afe6f0c6c70d91a88a7a8238b2d7 (diff)
added some missing include for a5c32cff1f56afe6f0c6c70d91a88a7a8238b2d7
Diffstat (limited to 'src/cryptsetup')
-rw-r--r--src/cryptsetup/cryptsetup-generator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cryptsetup/cryptsetup-generator.c b/src/cryptsetup/cryptsetup-generator.c
index 6e7b7070e..f416675ba 100644
--- a/src/cryptsetup/cryptsetup-generator.c
+++ b/src/cryptsetup/cryptsetup-generator.c
@@ -29,6 +29,7 @@
#include "mkdir.h"
#include "virt.h"
#include "strv.h"
+#include "fileio.h"
static const char *arg_dest = "/tmp";
static bool arg_enabled = true;