From 4bfd77173b70a21ef656d480c613d6e2481b7388 Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Fri, 22 Apr 2022 07:02:05 +0000 Subject: user/libotr: add missing include in test. fixes #553. --- user/libotr/fix-client.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 user/libotr/fix-client.patch (limited to 'user/libotr/fix-client.patch') 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 + #include + #include ++#include + #include + #include + #include -- cgit v1.2.3-70-g09d2