commit | 3b71fc51005ac566fd8120f01b784d5f251ad886 | [log] [tgz] |
---|---|---|
author | Paul Crowley <paulcrowley@google.com> | Mon Oct 09 10:55:21 2017 -0700 |
committer | Paul Crowley <paulcrowley@google.com> | Mon Oct 09 13:36:35 2017 -0700 |
tree | c22d02f2289489295fcfce999e898942cd6ae6f5 | |
parent | a7ca40bd70408d96e13abb71f9236000b4650454 [diff] [blame] |
Be more C++. volume UUID should always be std::string. Test: boots Bug: 67041047 Change-Id: I36d3944ae8de192703b9ee359900841b833fe3a1
diff --git a/cryptfs.cpp b/cryptfs.cpp index 2574e39..08a3d16 100644 --- a/cryptfs.cpp +++ b/cryptfs.cpp
@@ -38,6 +38,7 @@ #include <openssl/evp.h> #include <openssl/sha.h> #include <errno.h> +#include <ext4_utils/ext4_crypt.h> #include <ext4_utils/ext4_utils.h> #include <linux/kdev_t.h> #include <fs_mgr.h>