Skip to content

Commit adb6cae

Browse files
committed
Add missing headers for tests on macos.
1 parent 9cf52cf commit adb6cae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libc-test/build.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,13 @@ fn test_apple(target: &str) {
208208
"mach/thread_policy.h",
209209
"malloc/malloc.h",
210210
"net/bpf.h",
211+
"net/dlil.h",
211212
"net/if.h",
212213
"net/if_arp.h",
213214
"net/if_dl.h",
214215
"net/if_utun.h",
216+
"net/if_var.h",
217+
"net/ndrv.h",
215218
"net/route.h",
216219
"netdb.h",
217220
"netinet/if_ether.h",
@@ -236,6 +239,7 @@ fn test_apple(target: &str) {
236239
"stdlib.h",
237240
"string.h",
238241
"sysdir.h",
242+
"sys/appleapiopts.h",
239243
"sys/attr.h",
240244
"sys/clonefile.h",
241245
"sys/event.h",

0 commit comments

Comments
 (0)