From f714e566b680bc75f211f391e1ffe05ab2852cfb Mon Sep 17 00:00:00 2001 From: Steve Lau Date: Fri, 21 Apr 2023 08:44:44 +0800 Subject: build: add necessary header on illumos --- libc-test/build.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/libc-test/build.rs b/libc-test/build.rs index ac0f996fc4..8c20546771 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -821,6 +821,7 @@ fn test_solarish(target: &str) { "sys/ioctl.h", "sys/lgrp_user.h", "sys/loadavg.h", + "sys/mkdev.h", "sys/mman.h", "sys/mount.h", "sys/priv.h", -- cgit v1.2.1