commit | 26dbad2b984e69f6c938ac3e82267d0ded0df8fd | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jan 28 12:09:05 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Wed Jan 28 12:09:05 2015 -0800 |
tree | b1b87916a442415c19e3cd148d8fd64d1f42b3ef | |
parent | eaeb55f745c86487b4ad57da008d501fa1ebc37d [diff] [blame] |
Add missing includes. Change-Id: I0737456e0221ebe9cc854d65c95a7d37d0869d56
diff --git a/install.cpp b/install.cpp index 9db5640..31606bb 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>