| Index: third_party/protobuf/src/google/protobuf/stubs/atomicops.h
|
| diff --git a/third_party/protobuf/src/google/protobuf/stubs/atomicops.h b/third_party/protobuf/src/google/protobuf/stubs/atomicops.h
|
| index f389a36bf900512e1919941ea1220d87ed4e4211..ae3ba88e5fe09e80894381a8d882c7ec68e47486 100644
|
| --- a/third_party/protobuf/src/google/protobuf/stubs/atomicops.h
|
| +++ b/third_party/protobuf/src/google/protobuf/stubs/atomicops.h
|
| @@ -185,7 +185,7 @@ GOOGLE_PROTOBUF_ATOMICOPS_ERROR
|
| #include <google/protobuf/stubs/atomicops_internals_arm64_gcc.h>
|
| #elif defined(GOOGLE_PROTOBUF_ARCH_ARM_QNX)
|
| #include <google/protobuf/stubs/atomicops_internals_arm_qnx.h>
|
| -#elif defined(GOOGLE_PROTOBUF_ARCH_MIPS)
|
| +#elif defined(GOOGLE_PROTOBUF_ARCH_MIPS) || defined(GOOGLE_PROTOBUF_ARCH_MIPS64)
|
| #include <google/protobuf/stubs/atomicops_internals_mips_gcc.h>
|
| #elif defined(__pnacl__)
|
| #include <google/protobuf/stubs/atomicops_internals_pnacl.h>
|
|
|