[Libreoffice-commits] online.git: net/Socket.cpp

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Apr 2 14:34:03 UTC 2019


 net/Socket.cpp |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 9657e4dfa3a608ef779810a2518688099af24d79
Author:     Henry Castro <hcastro at collabora.com>
AuthorDate: Tue Apr 2 10:26:02 2019 -0400
Commit:     Henry Castro <hcastro at collabora.com>
CommitDate: Tue Apr 2 10:31:08 2019 -0400

    fix build: "sockaddr_un addrunix’ has incomplete type ...
    
    and cannot be defined"
    
    Change-Id: I2c136fc47c800ec3efd6268b4601100033e22724

diff --git a/net/Socket.cpp b/net/Socket.cpp
index 345f566e2..5a952302d 100644
--- a/net/Socket.cpp
+++ b/net/Socket.cpp
@@ -17,6 +17,7 @@
 #include <stdio.h>
 #include <unistd.h>
 #include <sys/types.h>
+#include <sys/un.h>
 #include <zlib.h>
 
 #include <Poco/DateTime.h>


More information about the Libreoffice-commits mailing list