Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
12 lines
387 B
Diff
12 lines
387 B
Diff
diff -Nur a/tests/regression/client/client.c b/tests/regression/client/client.c
|
|
--- a/tests/regression/client/client.c 2015-12-25 17:39:45.000000000 +0000
|
|
+++ b/tests/regression/client/client.c 2022-03-29 19:33:18.646398117 +0100
|
|
@@ -27,6 +27,7 @@
|
|
#include <syscall.h>
|
|
#include <sys/epoll.h>
|
|
#include <sys/types.h>
|
|
+#include <sys/socket.h>
|
|
#include <sys/un.h>
|
|
#include <unistd.h>
|
|
|