[Libreoffice-commits] .: sd/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Aug 20 07:54:45 PDT 2012


 sd/source/ui/remotecontrol/DiscoveryService.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 92aab43c80cac484b5db2467b35132c55792736d
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date:   Mon Aug 20 16:53:58 2012 +0200

    Include winsock2 instead of winsock for discovery.
    
    Change-Id: I86aa527fe913ec6fc1ca566e083eadd64b4db2a5

diff --git a/sd/source/ui/remotecontrol/DiscoveryService.cxx b/sd/source/ui/remotecontrol/DiscoveryService.cxx
index 30b2131..69e8854 100644
--- a/sd/source/ui/remotecontrol/DiscoveryService.cxx
+++ b/sd/source/ui/remotecontrol/DiscoveryService.cxx
@@ -17,7 +17,8 @@
 #include "DiscoveryService.hxx"
 
 #ifdef WIN32
-  #include <winsock.h>
+  #include <winsock2.h>
+  #include <ws2tcpip.h>
   typedef int socklen_t;
 #else
   #include <sys/types.h>


More information about the Libreoffice-commits mailing list