| Index: third_party/cld/base/string_util.h
|
| diff --git a/third_party/cld/base/string_util.h b/third_party/cld/base/string_util.h
|
| index 7717e5b6fa7fa07437fd882e6b62869305967ce9..2f43ab86344d62254c581a69983d2c77d94da79c 100644
|
| --- a/third_party/cld/base/string_util.h
|
| +++ b/third_party/cld/base/string_util.h
|
| @@ -20,7 +20,7 @@ inline int strcasecmp(const char* s1, const char* s2) {
|
| }
|
| #else
|
| inline int strcasecmp(const char* s1, const char* s2) {
|
| - return strcasecmp(s1, s2);
|
| + return ::strcasecmp(s1, s2);
|
| }
|
| #endif
|
|
|
|
|