commit | 0659a69928ae63be1792d1c444be0984efa35a5b | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Jan 31 16:29:45 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Sat Jan 31 16:29:45 2015 -0800 |
tree | 29b9d41594c794c72ff017ad5c9e96800f28cfe0 | |
parent | 22beb512e90e2f4a1dd95a4403621528e5c0d415 [diff] |
Add missing include. Change-Id: Icd338791bb7a0d99731c5637e9557de2d293e2b4
diff --git a/jni/fmr/fmr.h b/jni/fmr/fmr.h index a5803fb..9c2ca6f 100644 --- a/jni/fmr/fmr.h +++ b/jni/fmr/fmr.h
@@ -21,6 +21,7 @@ #include <utils/Log.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <sys/ioctl.h> #include <sys/types.h> #include <sys/stat.h>