commit | eba2384e53e7bd7fd4896742adb03d2d7f9ec07b | [log] [tgz] |
---|---|---|
author | Ben Laurie <ben@links.org> | Tue Sep 30 12:44:15 2014 +0100 |
committer | Adam Langley <agl@google.com> | Tue Sep 30 19:15:15 2014 +0000 |
tree | 57f2b7f49dc5d977b7ab3a7bf25768e541a75490 | |
parent | ddb300306d42cb73bd4c12b68747de2104e19058 [diff] [blame] |
Missing includes for FreeBSD. Change-Id: I4ea02a41ed614047ecda156d0c572b04baa174e6 Reviewed-on: https://boringssl-review.googlesource.com/1852 Reviewed-by: Adam Langley <agl@google.com>
diff --git a/tool/args.cc b/tool/args.cc index 1882de0..6cbfab6 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"