| commit | a8f05fcc64c6484051112882a087fba533f14322 | [log] [tgz] |
|---|---|---|
| author | Elliott Hughes <enh@google.com> | Fri Feb 26 06:06:11 2016 +0000 |
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Feb 26 06:06:11 2016 +0000 |
| tree | 0fcc85b0cd5b41d8c797c11ee455b490b9a4e9e0 | |
| parent | a8e75ba37deff962b0ddbc2fb81b96c3515ae7e5 [diff] | |
| parent | f86c4494ff9613dcdf3dd7713d1e2c5d989d8eba [diff] |
Merge "If you're going to use memset..."
diff --git a/libc/bionic/pthread_exit.cpp b/libc/bionic/pthread_exit.cpp index afda089..3401ed7 100644 --- a/libc/bionic/pthread_exit.cpp +++ b/libc/bionic/pthread_exit.cpp
@@ -30,6 +30,7 @@ #include <signal.h> #include <stdlib.h> +#include <string.h> #include <sys/mman.h> #include "pthread_internal.h"