summaryrefslogtreecommitdiffstats
path: root/install.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-28 21:09:05 +0100
committerElliott Hughes <enh@google.com>2015-01-28 21:09:05 +0100
commit26dbad2b984e69f6c938ac3e82267d0ded0df8fd (patch)
treeb1b87916a442415c19e3cd148d8fd64d1f42b3ef /install.cpp
parentMerge "Start losing code to libadb." (diff)
downloadandroid_bootable_recovery-26dbad2b984e69f6c938ac3e82267d0ded0df8fd.tar
android_bootable_recovery-26dbad2b984e69f6c938ac3e82267d0ded0df8fd.tar.gz
android_bootable_recovery-26dbad2b984e69f6c938ac3e82267d0ded0df8fd.tar.bz2
android_bootable_recovery-26dbad2b984e69f6c938ac3e82267d0ded0df8fd.tar.lz
android_bootable_recovery-26dbad2b984e69f6c938ac3e82267d0ded0df8fd.tar.xz
android_bootable_recovery-26dbad2b984e69f6c938ac3e82267d0ded0df8fd.tar.zst
android_bootable_recovery-26dbad2b984e69f6c938ac3e82267d0ded0df8fd.zip
Diffstat (limited to 'install.cpp')
-rw-r--r--install.cpp1
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>