Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: sandbox/linux/suid/sandbox.c

Issue 355025: linux: compile fix for chrome_sandbox on 64-bit karmic (Closed)
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/linux/suid/sandbox.c
diff --git a/sandbox/linux/suid/sandbox.c b/sandbox/linux/suid/sandbox.c
index c061a85d05d3f754292cfe00cb69594aed09c3fc..f54bcd14fdbb43dc0492eceeac2658d5ae50847f 100644
--- a/sandbox/linux/suid/sandbox.c
+++ b/sandbox/linux/suid/sandbox.c
@@ -8,6 +8,7 @@
#include <asm/unistd.h>
#include <errno.h>
#include <fcntl.h>
+#include <limits.h>
#include <sched.h>
#include <signal.h>
#include <stdarg.h>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698