| Index: sandbox/linux/suid/process_util_linux.c
|
| diff --git a/sandbox/linux/suid/process_util_linux.c b/sandbox/linux/suid/process_util_linux.c
|
| index 78c27ef507547be18baae8c8a1b0b50ce402da2e..d4858c4726184fb9efad035e3307d5874b6b870d 100644
|
| --- a/sandbox/linux/suid/process_util_linux.c
|
| +++ b/sandbox/linux/suid/process_util_linux.c
|
| @@ -5,9 +5,9 @@
|
| // The following is the C version of code from base/process_utils_linux.cc.
|
| // We shouldn't link against C++ code in a setuid binary.
|
|
|
| -#define _GNU_SOURCE // needed for O_DIRECTORY
|
| +#include "sandbox/linux/suid/process_util.h"
|
|
|
| -#include "process_util.h"
|
| +#define _GNU_SOURCE // needed for O_DIRECTORY
|
|
|
| #include <fcntl.h>
|
| #include <inttypes.h>
|
|
|