Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 412615 | Differences between
and this patch

Collapse All | Expand All

(-)a/trunk/src/seccompsandbox/library.h (+1 lines)
Lines 12-17 Link Here
12
#include <string>
12
#include <string>
13
#include <string.h>
13
#include <string.h>
14
#include <sys/mman.h>
14
#include <sys/mman.h>
15
#include <sys/types.h>
15
16
16
#include "maps.h"
17
#include "maps.h"
17
18
(-)a/trunk/src/ipc/ipc_platform_file.cc (-1 / +1 lines)
Lines 4-10 Link Here
4
4
5
#include "ipc/ipc_platform_file.h"
5
#include "ipc/ipc_platform_file.h"
6
6
7
#if defined(OS_ANDROID)
7
#if defined(OS_ANDROID) || defined(OS_POSIX)
8
#include <unistd.h>
8
#include <unistd.h>
9
#endif
9
#endif
10
10
(-)a/trunk/src/base/message_pump_libevent.cc (+3 lines)
Lines 6-11 Link Here
6
6
7
#include <errno.h>
7
#include <errno.h>
8
#include <fcntl.h>
8
#include <fcntl.h>
9
#if defined(OS_POSIX)
10
#include <unistd.h>
11
#endif
9
12
10
#include "base/auto_reset.h"
13
#include "base/auto_reset.h"
11
#include "base/compiler_specific.h"
14
#include "base/compiler_specific.h"
(-)a/trunk/src/chrome/browser/policy/policy_path_parser_linux.cc (+2 lines)
Lines 3-8 Link Here
3
// found in the LICENSE file.
3
// found in the LICENSE file.
4
4
5
#include <pwd.h>
5
#include <pwd.h>
6
#include <sys/types.h>
7
#include <unistd.h>
6
8
7
#include "chrome/browser/policy/policy_path_parser.h"
9
#include "chrome/browser/policy/policy_path_parser.h"
8
10

Return to bug 412615