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

Unified Diff: base/file_util.h

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
« no previous file with comments | « no previous file | base/logging.h » ('j') | base/logging.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/file_util.h
diff --git a/base/file_util.h b/base/file_util.h
index d9f4c3efcf6144bc937c539659f5eab36d19f64f..03c23960fc34beb5c692c3414ca1bd6753b7edfe 100644
--- a/base/file_util.h
+++ b/base/file_util.h
@@ -18,6 +18,7 @@
#endif
#elif defined(OS_POSIX)
#include <sys/stat.h>
+#include <unistd.h>
tzik 2011/06/15 09:38:19 for close()
#endif
#include <stdio.h>
« no previous file with comments | « no previous file | base/logging.h » ('j') | base/logging.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698