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:
authorBen Laurie <ben@links.org>2014-09-30 15:44:15 +0400
committerAdam Langley <agl@google.com>2014-09-30 23:15:15 +0400
commiteba2384e53e7bd7fd4896742adb03d2d7f9ec07b (patch)
tree57f2b7f49dc5d977b7ab3a7bf25768e541a75490 /tool/args.cc
parentddb300306d42cb73bd4c12b68747de2104e19058 (diff)
Missing includes for FreeBSD.
Change-Id: I4ea02a41ed614047ecda156d0c572b04baa174e6 Reviewed-on: https://boringssl-review.googlesource.com/1852 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'tool/args.cc')
-rw-r--r--tool/args.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/args.cc b/tool/args.cc
index 1882de0d..6cbfab65 100644
--- a/tool/args.cc
+++ b/tool/args.cc
@@ -16,6 +16,7 @@
#include <vector>
#include <map>
+#include <stdio.h>
#include <string.h>
#include "internal.h"