mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 08:11:50 -04:00
LibreOffice 24.2 Community is here! The new major release of the complete, free, volunteer-supported office suite, with the new calendar-based numbering scheme (YY.M), many new useful features, and a focus on security and accessibility, is available. * Styles for comments * Row/column highlighting in Calc * A search field in the options dialog ...and many other new features Read more: https://blog.documentfoundation.org/blog/2024/01/31/libreoffice-24-2/
10 lines
256 B
C++
10 lines
256 B
C++
--- 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>
|