diff --git a/tools/sandbox/main.c b/tools/sandbox/main.c index 8bcba5566c..17402da5ad 100644 --- a/tools/sandbox/main.c +++ b/tools/sandbox/main.c @@ -21,6 +21,11 @@ #include #include +// TODO(peterebden): Remove the following once our build machine gets updated... +#ifndef MS_LAZYTIME +#define MS_LAZYTIME (1<<25) +#endif + // drop_root is ported more or less directly from Chrome's chrome-sandbox helper. // It simply drops us back to whatever user invoked us originally (i.e. before suid // got involved).