summaryrefslogtreecommitdiff
path: root/net-misc/wget2/files/wget2-2.0.1-stdint.patch
blob: 984cf52c1fc0ec3e6b27585479716a3692054f84 (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 96fda91da2df356a7e0897187822e27125a3e40b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tim=20R=C3=BChsen?= <tim.ruehsen@gmx.de>
Date: Mon, 22 May 2023 19:56:35 +0200
Subject: * libwget/decompressor.c: Explicitly include stdint.h before lzlib.h

---
 libwget/decompressor.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libwget/decompressor.c b/libwget/decompressor.c
index 53ed884..69ce5dd 100644
--- a/libwget/decompressor.c
+++ b/libwget/decompressor.c
@@ -60,6 +60,7 @@
 #endif
 
 #ifdef WITH_LZIP
+#include <stdint.h>
 #include <lzlib.h>
 #endif
 
-- 
cgit v1.1