commit | 74bfa0c082a4a3dc7a8a2489f54235c8865e89c7 | [log] [tgz] |
---|---|---|
author | Steven Valdez <svaldez@google.com> | Thu Aug 02 08:53:43 2018 -0400 |
committer | CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> | Thu Aug 02 13:55:01 2018 +0000 |
tree | 254c5dafedd9a00113c7e90d282463069a439c92 | |
parent | e5388e097aef51e48d27f53f144c479cc4a4dcd0 [diff] |
Fix header include for handshake. This should hopefully fix a build failure on the fuzzers. Change-Id: If8db8dee768a83538cf37a65ec23c3f68f2be6a2 Reviewed-on: https://boringssl-review.googlesource.com/30264 Commit-Queue: Adam Langley <agl@google.com> Reviewed-by: Adam Langley <agl@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
diff --git a/ssl/test/handshake_util.cc b/ssl/test/handshake_util.cc index 751ea34..62fbbf7 100644 --- a/ssl/test/handshake_util.cc +++ b/ssl/test/handshake_util.cc
@@ -16,6 +16,7 @@ #include <assert.h> #if defined(OPENSSL_LINUX) && !defined(OPENSSL_ANDROID) +#include <errno.h> #include <fcntl.h> #include <spawn.h> #include <sys/socket.h>