summaryrefslogtreecommitdiff
path: root/editors/libreoffice/files/patch-sal_osl_unx_socket.cxx
blob: 0f1d58e2f490478b9611bc42518a18447923b582 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- sal/osl/unx/socket.cxx.orig	2023-11-23 12:14:48 UTC
+++ sal/osl/unx/socket.cxx
@@ -39,6 +39,7 @@
 #include <arpa/inet.h>
 #include <fcntl.h>
 #include <netdb.h>
+#include <netinet/in.h>
 #include <netinet/tcp.h>
 #include <poll.h>
 #include <unistd.h>