Perhaps a question better for http://groups.google.com/group/chromium-dev

On Nov 4, 5:33 am, "[email protected]" <[email protected]> wrote:
> Hi,
>
> I am getting compilation error on linux while build chromium using
> make :http://pastebin.com/m34805ce
>
> Is anyone else also getting same error?
>
> I added "#include <limits.h>" to sandbox/linux/suid/sandbox.c  and it
> worked fine. But I am not sure if its appropriate way to do. May
> someone suggest me?
>
> =======================================================
> diff --git a/sandbox/linux/suid/sandbox.c b/sandbox/linux/suid/
> sandbox.c
> index c061a85..27ff95b 100644
> --- a/sandbox/linux/suid/sandbox.c
> +++ b/sandbox/linux/suid/sandbox.c
> @@ -23,6 +23,7 @@
>  #include <sys/time.h>
>  #include <sys/types.h>
>  #include <unistd.h>
> +#include <limits.h>
>
>  #include "linux_util.h"
>  #include "suid_unsafe_environment_variables.h"
>
> =======================================================
>
> Thanks and regards,
> Saleem
--~--~---------~--~----~------------~-------~--~----~
Chromium Discussion mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-discuss
-~----------~----~----~----~------~----~------~--~---

Reply via email to