summaryrefslogtreecommitdiff
path: root/Ports/libassuan/patches/0001-Include-sys-time.h.patch
blob: a345cb09a678dada782a300fc7b01a43584861e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From f5ca6465464e4649a81fa3694e69e71efd3e5f46 Mon Sep 17 00:00:00 2001
From: Gunnar Beutner <gbeutner@serenityos.org>
Date: Wed, 14 Apr 2021 04:32:19 +0200
Subject: [PATCH] Include sys/time.h

---
 src/assuan-socket.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/assuan-socket.c b/src/assuan-socket.c
index 97b2312..39079bc 100644
--- a/src/assuan-socket.c
+++ b/src/assuan-socket.c
@@ -34,6 +34,7 @@
 #endif
 #else
 # include <sys/types.h>
+# include <sys/time.h>
 # include <sys/socket.h>
 # include <netinet/in.h>
 # include <arpa/inet.h>
-- 
2.36.1