commit | 8f41142cd631bdd8bf02dcfbb599e5edbfcbd67e | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Wed Apr 01 00:55:18 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Apr 01 00:55:19 2015 +0000 |
tree | b2e6fad76801d3b01b152f2d7e2c12eca15d2e2c | |
parent | 72035734af2d8558a3ccd7e29626216e20aed6f2 [diff] | |
parent | 56b276817690f09305b9657a10f4ae4e1d79a0da [diff] |
Merge "stubs missing include for string.h"
diff --git a/libc/bionic/stubs.cpp b/libc/bionic/stubs.cpp index d4440c4..c971d1b 100644 --- a/libc/bionic/stubs.cpp +++ b/libc/bionic/stubs.cpp
@@ -35,6 +35,7 @@ #include <pwd.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <unistd.h> #include "private/android_filesystem_config.h"