diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2017-10-30 10:56:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-30 10:56:35 -0400 |
commit | 200b5a7cb0fb256ab47c933b3150aed91d9d3470 (patch) | |
tree | 300713d880c593eb36cc6cea4bc8d1073bb03112 /absl/base/internal/low_level_alloc.cc | |
parent | d5134a7f11e32d11caa67e75ae2ae2e506fb54ba (diff) | |
parent | 0fece732a21c5ae8fef5fa8b3f0b8487bca68d83 (diff) | |
download | abseil-200b5a7cb0fb256ab47c933b3150aed91d9d3470.tar.gz abseil-200b5a7cb0fb256ab47c933b3150aed91d9d3470.tar.bz2 abseil-200b5a7cb0fb256ab47c933b3150aed91d9d3470.zip |
Merge branch 'master' into master
Diffstat (limited to 'absl/base/internal/low_level_alloc.cc')
-rw-r--r-- | absl/base/internal/low_level_alloc.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/base/internal/low_level_alloc.cc b/absl/base/internal/low_level_alloc.cc index 08f89ea9..8e2f9c98 100644 --- a/absl/base/internal/low_level_alloc.cc +++ b/absl/base/internal/low_level_alloc.cc @@ -30,6 +30,7 @@ #ifndef ABSL_LOW_LEVEL_ALLOC_MISSING #ifndef _WIN32 +#include <pthread.h> #include <signal.h> #include <sys/mman.h> #include <unistd.h> |