diff options
author | Elliott Hughes <enh@google.com> | 2015-01-28 21:36:39 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-01-28 21:36:40 +0100 |
commit | dab56cac959ce9c78e3a0a22e9ee2ff917d61bd3 (patch) | |
tree | b1b87916a442415c19e3cd148d8fd64d1f42b3ef /install.cpp | |
parent | Merge "Start losing code to libadb." (diff) | |
parent | Add missing includes. (diff) | |
download | android_bootable_recovery-dab56cac959ce9c78e3a0a22e9ee2ff917d61bd3.tar android_bootable_recovery-dab56cac959ce9c78e3a0a22e9ee2ff917d61bd3.tar.gz android_bootable_recovery-dab56cac959ce9c78e3a0a22e9ee2ff917d61bd3.tar.bz2 android_bootable_recovery-dab56cac959ce9c78e3a0a22e9ee2ff917d61bd3.tar.lz android_bootable_recovery-dab56cac959ce9c78e3a0a22e9ee2ff917d61bd3.tar.xz android_bootable_recovery-dab56cac959ce9c78e3a0a22e9ee2ff917d61bd3.tar.zst android_bootable_recovery-dab56cac959ce9c78e3a0a22e9ee2ff917d61bd3.zip |
Diffstat (limited to 'install.cpp')
-rw-r--r-- | install.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install.cpp b/install.cpp index 9db5640a0..31606bb1a 100644 --- a/install.cpp +++ b/install.cpp @@ -18,6 +18,7 @@ #include <errno.h> #include <fcntl.h> #include <limits.h> +#include <string.h> #include <sys/stat.h> #include <sys/wait.h> #include <unistd.h> |