From c370b106d81244c1a10a3b9572fe290e98f34b06 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Sat, 4 Nov 2023 15:21:54 +0100 Subject: [PATCH] Add in the list of headers for linux and android --- libc-test/build.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libc-test/build.rs b/libc-test/build.rs index f7b030e8b54bd..c638c72990eb8 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -1569,6 +1569,7 @@ fn test_android(target: &str) { "libgen.h", "limits.h", "link.h", + "linux/sysctl.h", "locale.h", "malloc.h", "net/ethernet.h", @@ -3264,6 +3265,7 @@ fn test_linux(target: &str) { "libgen.h", "limits.h", "link.h", + "linux/sysctl.h", "locale.h", "malloc.h", "mntent.h",