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:
authorPiotr Sikora <piotr@cloudflare.com>2014-08-27 03:18:20 +0400
committerAdam Langley <agl@google.com>2014-08-27 03:24:02 +0400
commitbbac844d7308a219caf4b7edcebc37df5ccffcf1 (patch)
treeb271e95deca13755cf25061a68c0269b5c0a9863 /tool/pkcs12.cc
parent3cb50e0699c635c41b139b89e667bc75cb6dc45d (diff)
Add missing <errno.h> include.
Change-Id: I33d9dddbae277bcbfaeff6aacedd6d1371605207 Signed-off-by: Piotr Sikora <piotr@cloudflare.com> Reviewed-on: https://boringssl-review.googlesource.com/1651 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'tool/pkcs12.cc')
-rw-r--r--tool/pkcs12.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/pkcs12.cc b/tool/pkcs12.cc
index f6d7d10c..10ff630f 100644
--- a/tool/pkcs12.cc
+++ b/tool/pkcs12.cc
@@ -16,6 +16,7 @@
#include <string>
#include <vector>
+#include <errno.h>
#include <fcntl.h>
#include <stdint.h>
#include <sys/stat.h>