| Index: base/android/cxa_demangle_stub.cc
|
| diff --git a/base/android/cxa_demangle_stub.cc b/base/android/cxa_demangle_stub.cc
|
| index b0d2b87c59364fe8cf8517cb5672ebeec8994d02..18297284373b75c59e72c21625e955b5dd9cac1c 100644
|
| --- a/base/android/cxa_demangle_stub.cc
|
| +++ b/base/android/cxa_demangle_stub.cc
|
| @@ -2,6 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| #include <unistd.h>
|
|
|
| // LLVM's demangler is large, and we have no need of it. Overriding it with
|
|
|