From d1a404c5adb78db64bbe6f09fe20383d001ddce3 Mon Sep 17 00:00:00 2001
From: Matthew McPherrin <git@mcpherrin.ca>
Date: Mon, 2 Dec 2019 01:25:50 -0800
Subject: [PATCH] Missing errqueue.h in android

---
 libc-test/build.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libc-test/build.rs b/libc-test/build.rs
index 4f8cf70a..25e595fe 100644
--- a/libc-test/build.rs
+++ b/libc-test/build.rs
@@ -1317,6 +1317,7 @@ fn test_android(target: &str) {
     headers! { cfg:
                "asm/mman.h",
                "linux/dccp.h",
+               "linux/errqueue.h",
                "linux/futex.h",
                "linux/fs.h",
                "linux/genetlink.h",
-- 
GitLab