You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2013/02/28 12:40:58 UTC

svn commit: r1451176 - /subversion/trunk/subversion/libsvn_subr/sysinfo.c

Author: rhuijben
Date: Thu Feb 28 11:40:58 2013
New Revision: 1451176

URL: http://svn.apache.org/r1451176
Log:
* subversion/libsvn_subr/sysinfo.c
  (includes): Add Ws2tcpip.h on Windows to unbreak Windows x64 build.

Modified:
    subversion/trunk/subversion/libsvn_subr/sysinfo.c

Modified: subversion/trunk/subversion/libsvn_subr/sysinfo.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/sysinfo.c?rev=1451176&r1=1451175&r2=1451176&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/sysinfo.c (original)
+++ subversion/trunk/subversion/libsvn_subr/sysinfo.c Thu Feb 28 11:40:58 2013
@@ -28,6 +28,7 @@
 #define PSAPI_VERSION 1
 #include <windows.h>
 #include <psapi.h>
+#include <Ws2tcpip.h>
 #endif
 
 #define APR_WANT_STRFUNC