diff options
author | Zach van Rijn <me@zv.io> | 2022-04-22 07:02:05 +0000 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2022-10-21 18:33:58 -0500 |
commit | 4bfd77173b70a21ef656d480c613d6e2481b7388 (patch) | |
tree | 78f70ced942ba044e6a5c823792372b7bb09e106 /user/libotr/fix-client.patch | |
parent | e70c05c5cea55e5190ca387125c0ce41d1b03042 (diff) | |
download | packages-4bfd77173b70a21ef656d480c613d6e2481b7388.tar.gz packages-4bfd77173b70a21ef656d480c613d6e2481b7388.tar.bz2 packages-4bfd77173b70a21ef656d480c613d6e2481b7388.tar.xz packages-4bfd77173b70a21ef656d480c613d6e2481b7388.zip |
user/libotr: add missing include in test. fixes #553.
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> |