commit | e9e04a931c48ce936bb3d6a4540d22116311f49c | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sun Jan 25 21:00:48 2015 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Sun Jan 25 21:00:48 2015 +0000 |
tree | 68ffaf97710d130b0c3c9afff25c5966e2d670a2 | |
parent | 08d3ce3d3f051fce7596c32d2e914cf67bd6aec2 [diff] | |
parent | 5891f45815455ca6f7753d4e84f4460f1255a4af [diff] |
am 5891f458: am c21ca5b4: Merge "Include <strings.h> for ffs." * commit '5891f45815455ca6f7753d4e84f4460f1255a4af': Include <strings.h> for ffs.
diff --git a/keystore/keystore.cpp b/keystore/keystore.cpp index e56edfd..9ee2598 100644 --- a/keystore/keystore.cpp +++ b/keystore/keystore.cpp
@@ -20,6 +20,7 @@ #include <stdio.h> #include <stdint.h> #include <string.h> +#include <strings.h> #include <unistd.h> #include <signal.h> #include <errno.h>