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-06-05 22:11:42 +0300
committerAdam Langley <agl@google.com>2015-06-05 22:13:31 +0300
commit1a3c23234c65f80fdc2629dc18e45b10907d6a88 (patch)
tree95f0e8184e2e28b13847592f46138579c1fad51c /tool/args.cc
parente3ed21058d43cda86c2e76154d1780251f7e53d8 (diff)
Fix build.
Mac wants a stdlib.h. Windows wants a void and doesn't like static const in array declarations. Change-Id: If1e8fb141e41200cf8a7348c6918c2f22465f5fe Reviewed-on: https://boringssl-review.googlesource.com/5030 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 850d9d84..9ec18a3f 100644
--- a/tool/args.cc
+++ b/tool/args.cc
@@ -17,6 +17,7 @@
#include <limits.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include "internal.h"