Chromium Code Reviews| 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" |