From f7267cff37f9295678471a6d88c6e82653e250ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Marie?= Date: Fri, 13 Aug 2021 08:25:04 +0000 Subject: openbsd: add sys/param.h include for MAXPATHLEN in tests --- libc-test/build.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/libc-test/build.rs b/libc-test/build.rs index ddcb7bd443..f070e4fb51 100755 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -456,6 +456,7 @@ fn test_openbsd(target: &str) { "pthread_np.h", "sys/syscall.h", "sys/shm.h", + "sys/param.h", } cfg.skip_struct(move |ty| { -- cgit v1.2.1