commit | 83a5ad2731428d2c8217df4fb1ef6c87bdcca67b | [log] [tgz] |
---|---|---|
author | Logan Chien <loganchien@google.com> | Wed May 02 10:57:56 2018 +0800 |
committer | Logan Chien <loganchien@google.com> | Wed May 02 12:18:31 2018 +0800 |
tree | 35b4db4824f9080cbf72824eb48c26d53c09b6dc | |
parent | f6dbba884632e4770011f389559da673b5529935 [diff] |
Add linux/types.h to cryptfs.h This commit adds <linux/types.h> to cryptfs.h because cryptfs.h uses `__le16` and `__le32` which are defined in <linux/types.h>. The absence of <linux/types.h> will become an error after we sort the headers in the upcoming commits. Test: cd system/vold && mma Change-Id: I9930105ee86f80a29295b59596b21335c68a8e23 Merged-In: I9930105ee86f80a29295b59596b21335c68a8e23