My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/pkgs/development/libraries/libotr/fix-regtest-client.patch

11 lines
387 B

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>