diff options
Diffstat (limited to 'user/libotr/fix-client.patch')
-rw-r--r-- | user/libotr/fix-client.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/libotr/fix-client.patch b/user/libotr/fix-client.patch new file mode 100644 index 000000000..97ad56ffe --- /dev/null +++ b/user/libotr/fix-client.patch @@ -0,0 +1,11 @@ +diff -ur a/tests/regression/client/client.c b/tests/regression/client/client.c +--- a/tests/regression/client/client.c 2022-04-22 06:59:42.455423399 +0000 ++++ b/tests/regression/client/client.c 2022-04-22 07:00:15.356315251 +0000 +@@ -26,6 +26,7 @@ + #include <stdlib.h> + #include <syscall.h> + #include <sys/epoll.h> ++#include <sys/socket.h> + #include <sys/types.h> + #include <sys/un.h> + #include <unistd.h> |