Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(298)

Unified Diff: util/stdlib/strnlen.h

Issue 1566713002: Use base/macros.h instead of base/basictypes.h (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Windows #incldue → #include Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « util/stdlib/strlcpy_test.cc ('k') | util/string/split_string.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/stdlib/strnlen.h
diff --git a/util/stdlib/strnlen.h b/util/stdlib/strnlen.h
index f1bbe63829ac30420508dae97c4628a4a72d5bf4..e85d8c7e4546aa18cfb479c8b0191f5c7b6b0186 100644
--- a/util/stdlib/strnlen.h
+++ b/util/stdlib/strnlen.h
@@ -16,6 +16,7 @@
#define CRASHPAD_UTIL_STDLIB_STRNLEN_H_
#include <string.h>
+#include <sys/types.h>
#include "build/build_config.h"
« no previous file with comments | « util/stdlib/strlcpy_test.cc ('k') | util/string/split_string.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698