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

Unified Diff: base/platform_file_posix.cc

Issue 7108033: Adding missing inclusions (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 6 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
Index: base/platform_file_posix.cc
diff --git a/base/platform_file_posix.cc b/base/platform_file_posix.cc
index a1388d6c3a426f462b46b57c39e521a6019272e4..26c52d4682fe3e9451f4f4a24b08ce45f226752d 100644
--- a/base/platform_file_posix.cc
+++ b/base/platform_file_posix.cc
@@ -7,6 +7,7 @@
#include <fcntl.h>
#include <errno.h>
#include <sys/stat.h>
+#include <unistd.h>
tzik 2011/06/15 09:38:19 for close()
#include "base/eintr_wrapper.h"
#include "base/file_path.h"

Powered by Google App Engine
This is Rietveld 408576698