Index: third_party/tcmalloc/chromium/src/config.h.in |
diff --git a/third_party/tcmalloc/chromium/src/config.h.in b/third_party/tcmalloc/chromium/src/config.h.in |
index 9112951d8b41056a9be5e0f64a45792b78d35899..5ba784ed7bbbc1b4940ab175c231b3b2a85173b4 100644 |
--- a/third_party/tcmalloc/chromium/src/config.h.in |
+++ b/third_party/tcmalloc/chromium/src/config.h.in |
@@ -146,6 +146,9 @@ |
/* Define to 1 if you have the <sys/syscall.h> header file. */ |
#undef HAVE_SYS_SYSCALL_H |
+/* Define to 1 if you have the <sys/time.h> header file. */ |
+#undef HAVE_SYS_TIME_H |
+ |
/* Define to 1 if you have the <sys/types.h> header file. */ |
#undef HAVE_SYS_TYPES_H |
@@ -262,4 +265,3 @@ |
#endif |
#endif /* #ifndef GOOGLE_PERFTOOLS_CONFIG_H_ */ |
- |