commit | a27bfd4131441a24fcfe6b5b3cf1cf9469be6719 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Oct 13 23:27:26 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Oct 13 23:27:26 2017 +0000 |
tree | 5b84dc9c20f981f2e7df4563d7d8de7b590aa4d4 | |
parent | 92b0f36acc612ad537f6d85b8330a091e87616c2 [diff] | |
parent | c972ea7da0501d3082f06f65869776c786c19fca [diff] |
Merge "Fix missing includes, again."
diff --git a/libc/bionic/spawn.cpp b/libc/bionic/spawn.cpp index 7015ad9..3588d02 100644 --- a/libc/bionic/spawn.cpp +++ b/libc/bionic/spawn.cpp
@@ -28,9 +28,11 @@ #include <spawn.h> +#include <errno.h> #include <fcntl.h> #include <signal.h> #include <stdlib.h> +#include <string.h> #include <unistd.h> #include "private/ScopedSignalBlocker.h"