Kaynağa Gözat

Add missing errno.h include to bio_test.cc

This fixes compilation on aarch64 and other architectures for Android.

Change-Id: I0b09ab06858c92d07e2376e244a4626a6af5037b
Reviewed-on: https://boringssl-review.googlesource.com/23764
Reviewed-by: Adam Langley <agl@google.com>
Commit-Queue: Adam Langley <agl@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
kris/onging/CECPQ3_patch15
Michał Janiszewski 6 yıl önce
committed by CQ bot account: commit-bot@chromium.org
ebeveyn
işleme
d3ec6f1adb
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. +1
    -0
      crypto/bio/bio_test.cc

+ 1
- 0
crypto/bio/bio_test.cc Dosyayı Görüntüle

@@ -27,6 +27,7 @@

#if !defined(OPENSSL_WINDOWS)
#include <arpa/inet.h>
#include <errno.h>
#include <fcntl.h>
#include <netinet/in.h>
#include <string.h>


Yükleniyor…
İptal
Kaydet