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

New commits:
commit 9657e4dfa3a608ef779810a2518688099af24d79
Author:     Henry Castro <[email protected]>
AuthorDate: Tue Apr 2 10:26:02 2019 -0400
Commit:     Henry Castro <[email protected]>
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>
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to