summaryrefslogtreecommitdiffstats
path: root/sandbox
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/linux/services/credentials.cc1
-rw-r--r--sandbox/linux/services/credentials_unittest.cc1
-rw-r--r--sandbox/win/src/handle_closer_agent.cc1
-rw-r--r--sandbox/win/src/handle_closer_test.cc1
-rw-r--r--sandbox/win/wow_helper/service64_resolver.cc1
5 files changed, 5 insertions, 0 deletions
diff --git a/sandbox/linux/services/credentials.cc b/sandbox/linux/services/credentials.cc
index de5f8c4..fb6b6b4 100644
--- a/sandbox/linux/services/credentials.cc
+++ b/sandbox/linux/services/credentials.cc
@@ -5,6 +5,7 @@
#include "sandbox/linux/services/credentials.h"
#include <errno.h>
+#include <limits.h>
#include <signal.h>
#include <stddef.h>
#include <stdint.h>
diff --git a/sandbox/linux/services/credentials_unittest.cc b/sandbox/linux/services/credentials_unittest.cc
index 39fd6a7..d666a0c 100644
--- a/sandbox/linux/services/credentials_unittest.cc
+++ b/sandbox/linux/services/credentials_unittest.cc
@@ -6,6 +6,7 @@
#include <errno.h>
#include <fcntl.h>
+#include <limits.h>
#include <pthread.h>
#include <signal.h>
#include <stdio.h>
diff --git a/sandbox/win/src/handle_closer_agent.cc b/sandbox/win/src/handle_closer_agent.cc
index 5face9b..6b17f65 100644
--- a/sandbox/win/src/handle_closer_agent.cc
+++ b/sandbox/win/src/handle_closer_agent.cc
@@ -4,6 +4,7 @@
#include "sandbox/win/src/handle_closer_agent.h"
+#include <limits.h>
#include <stddef.h>
#include "base/logging.h"
diff --git a/sandbox/win/src/handle_closer_test.cc b/sandbox/win/src/handle_closer_test.cc
index c144ac3..ceba818 100644
--- a/sandbox/win/src/handle_closer_test.cc
+++ b/sandbox/win/src/handle_closer_test.cc
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include <limits.h>
#include <stddef.h>
#include "base/strings/stringprintf.h"
diff --git a/sandbox/win/wow_helper/service64_resolver.cc b/sandbox/win/wow_helper/service64_resolver.cc
index 32c9829..b5b67cc 100644
--- a/sandbox/win/wow_helper/service64_resolver.cc
+++ b/sandbox/win/wow_helper/service64_resolver.cc
@@ -4,6 +4,7 @@
#include "sandbox/win/wow_helper/service64_resolver.h"
+#include <limits.h>
#include <stddef.h>
#include "base/memory/scoped_ptr.h"