summaryrefslogtreecommitdiff
path: root/devel/libkiwix/files/patch-src_tools_networkTools.cpp
blob: 6439ba836743ff86cd7786641746fb2146421175 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Has been upstreamed via https://github.com/kiwix/libkiwix/pull/1173 and will be
included in next release (14.1.0), so remove this patch at next update.

--- src/tools/networkTools.cpp.orig	2024-10-09 17:18:52 UTC
+++ src/tools/networkTools.cpp
@@ -42,6 +42,7 @@
 #include <arpa/inet.h>
 #include <ifaddrs.h>
 #include <sys/socket.h>
+#include <netinet/in.h>
 #include <net/if.h>
 #include <netdb.h>
 #endif