aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/cpp
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2016-12-21 13:34:09 +0000
committerGravatar Klaus Aehlig <aehlig@google.com>2016-12-21 17:23:30 +0000
commitfd31061d4cd99277ba1cfacd17ac316f8dfea4f5 (patch)
treebdbf28ba2d0e9f13dd105e71c4b25acef8a27458 /src/test/cpp
parentcaeb735b9531a90a8fcf4d06b1fcd811d9b8bb69 (diff)
Bazel client, POSIX test: fix compilation error
-- PiperOrigin-RevId: 142654978 MOS_MIGRATED_REVID=142654978
Diffstat (limited to 'src/test/cpp')
-rw-r--r--src/test/cpp/util/file_posix_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/cpp/util/file_posix_test.cc b/src/test/cpp/util/file_posix_test.cc
index 98e42e0f97..12030f7474 100644
--- a/src/test/cpp/util/file_posix_test.cc
+++ b/src/test/cpp/util/file_posix_test.cc
@@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include <fcntl.h>
+#include <limits.h>
#include <unistd.h>
#include <algorithm>