Chromium Code Reviews| Index: base/strings/safe_sprintf.cc |
| diff --git a/base/strings/safe_sprintf.cc b/base/strings/safe_sprintf.cc |
| index b1fcf45b24f7a19f76eb6a175abc82467daa41ea..6aa1cbe1a693ebfdf4313d2ef672d48fe07b7270 100644 |
| --- a/base/strings/safe_sprintf.cc |
| +++ b/base/strings/safe_sprintf.cc |
| @@ -4,6 +4,9 @@ |
| #include "base/strings/safe_sprintf.h" |
| +#include <errno.h> |
| +#include <string.h> |
| + |
| #include <limits> |
| #if !defined(NDEBUG) |