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

Unified Diff: base/memory/shared_memory_posix.cc

Issue 1434533004: include what you use: errno.h and string.h in base/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: insert blank line Created 5 years, 1 month 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 | « base/memory/shared_memory_mac.cc ('k') | base/process/kill_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/memory/shared_memory_posix.cc
diff --git a/base/memory/shared_memory_posix.cc b/base/memory/shared_memory_posix.cc
index c67de03296c00135ae21b7272ef94145243a1bf2..e1e5bf249e313e916cbe5664d7e30bcb3906f410 100644
--- a/base/memory/shared_memory_posix.cc
+++ b/base/memory/shared_memory_posix.cc
@@ -4,6 +4,7 @@
#include "base/memory/shared_memory.h"
+#include <errno.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <sys/stat.h>
« no previous file with comments | « base/memory/shared_memory_mac.cc ('k') | base/process/kill_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698