aboutsummaryrefslogtreecommitdiff
path: root/libraries/libotr/0006-include-socket.h.patch
blob: 1806458d4b46716292a5b9c1763b459d316e70ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Rhonda D'Vine <rhonda@debian.org>
Date: Thu, 12 May 2022 08:57:07 +0200
Bug-Debian: https://bugs.debian.org/1009420
Forwarded: no
Subject: test suite fails to build without the include

--- a/tests/regression/client/client.c
+++ b/tests/regression/client/client.c
@@ -29,6 +29,7 @@
 #include <sys/types.h>
 #include <sys/un.h>
 #include <unistd.h>
+#include <sys/socket.h>
 
 #include <context.h>
 #include <privkey.h>