Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2015-05-13 01:01:17 +0300
committerAdam Langley <agl@google.com>2015-05-13 01:04:32 +0300
commit771a138f2612c581a547cb3f045b3f6753fe5571 (patch)
tree71041210c7f6e1d824ee4a162cca25c1d22d799f /crypto/test
parentde12d6cd7adede7e422e629c325f268084852fc9 (diff)
Add missing #include for abort()
http://build.chromium.org/p/chromium.linux/builders/Android%20Arm64%20Builder%20%28dbg%29/builds/17339 Change-Id: I1cf015bb188282363aa5ddbf4e8ef88932370b62 Reviewed-on: https://boringssl-review.googlesource.com/4714 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'crypto/test')
-rw-r--r--crypto/test/file_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/test/file_test.cc b/crypto/test/file_test.cc
index 12405f20..8df6f9ae 100644
--- a/crypto/test/file_test.cc
+++ b/crypto/test/file_test.cc
@@ -17,6 +17,7 @@
#include <ctype.h>
#include <errno.h>
#include <stdarg.h>
+#include <stdlib.h>
#include <string.h>
#include <openssl/err.h>