summaryrefslogtreecommitdiff
path: root/ext4_utils
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-08-11 18:36:20 -0700
committerDan Albert <danalbert@google.com>2015-08-11 18:36:20 -0700
commit019954add8af22d618ae3b68529a3f941a17f2bf (patch)
tree4be694c23c029deef19b9298917046f1d71e4bc5 /ext4_utils
parent587fc682ec1e81c400cd61f742bf8a0a26343425 (diff)
downloadextras-019954add8af22d618ae3b68529a3f941a17f2bf.tar.gz
Add missing include.
Used to be transitively included by libc++. Change-Id: I07497ccc9bbcf3370b065876d91aed760c5f6118
Diffstat (limited to 'ext4_utils')
-rw-r--r--ext4_utils/ext4_crypt_init_extensions.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext4_utils/ext4_crypt_init_extensions.cpp b/ext4_utils/ext4_crypt_init_extensions.cpp
index 7ca471ab..fc54a2fd 100644
--- a/ext4_utils/ext4_crypt_init_extensions.cpp
+++ b/ext4_utils/ext4_crypt_init_extensions.cpp
@@ -8,6 +8,7 @@
#include <errno.h>
#include <sys/mount.h>
#include <sys/stat.h>
+#include <unistd.h>
#include <cutils/klog.h>
#include <cutils/properties.h>