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>