diff options
Diffstat (limited to 'repo/libotr/socklen-t.patch')
-rw-r--r-- | repo/libotr/socklen-t.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/repo/libotr/socklen-t.patch b/repo/libotr/socklen-t.patch new file mode 100644 index 0000000..6d543ad --- /dev/null +++ b/repo/libotr/socklen-t.patch @@ -0,0 +1,12 @@ +diff --git a/tests/regression/client/client.c b/tests/regression/client/client.c +index e72b661..e0b3453 100644 +--- a/tests/regression/client/client.c ++++ b/tests/regression/client/client.c +@@ -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> |