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>
This commit is contained in:
parent
e5388e097a
commit
74bfa0c082
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user