commit | aaf9802da6cea710e0777abb852724e1825cad63 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sun Jan 25 08:40:44 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Sun Jan 25 08:40:57 2015 -0800 |
tree | f698db5f54b076f4e60066c9a01c01100d245170 | |
parent | 70ddb1d275bb6e3c09463f245b89edb806f39381 [diff] |
Include <strings.h> for ffs. No pun intended. Change-Id: I89b2c73af143053223f8116e65456f85f09fb591
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>