Skip to content

Commit f7267cf

Browse files
committed
openbsd: add sys/param.h include for MAXPATHLEN in tests
1 parent e1b07eb commit f7267cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc-test/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ fn test_openbsd(target: &str) {
456456
"pthread_np.h",
457457
"sys/syscall.h",
458458
"sys/shm.h",
459+
"sys/param.h",
459460
}
460461

461462
cfg.skip_struct(move |ty| {

0 commit comments

Comments
 (0)