From 1bcda055f67bd5af8481dd3d4200d31e74ea0730 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Sun, 10 Nov 2024 14:53:39 +0100 Subject: [PATCH] Add `net/if_mib.h` header for mac test build --- libc-test/build.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/libc-test/build.rs b/libc-test/build.rs index 48f952f9f7c83..c76f84281c6fc 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -208,6 +208,7 @@ fn test_apple(target: &str) { "net/if.h", "net/if_arp.h", "net/if_dl.h", + "net/if_mib.h", "net/if_utun.h", "net/if_var.h", "net/ndrv.h",