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

Unified Diff: chrome/browser/policy/policy_path_parser_linux.cc

Issue 10451068: Fixing gcc 4.7 building problems. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Wrap unisdt.h using OS_POSIX macro Created 8 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 | « chrome/browser/extensions/settings/settings_frontend.cc ('k') | content/public/common/sandbox_init.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/policy_path_parser_linux.cc
diff --git a/chrome/browser/policy/policy_path_parser_linux.cc b/chrome/browser/policy/policy_path_parser_linux.cc
index 2f9ea26b5df1e0c952da2570c43ad81bcc47ba7e..05aaf28b874b50d95cf8818ad24e508c3bcaf768 100644
--- a/chrome/browser/policy/policy_path_parser_linux.cc
+++ b/chrome/browser/policy/policy_path_parser_linux.cc
@@ -3,6 +3,8 @@
// found in the LICENSE file.
#include <pwd.h>
+#include <sys/types.h>
+#include <unistd.h>
#include "chrome/browser/policy/policy_path_parser.h"
« no previous file with comments | « chrome/browser/extensions/settings/settings_frontend.cc ('k') | content/public/common/sandbox_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698