Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3A122D90D for ; Thu, 28 Feb 2013 11:41:21 +0000 (UTC) Received: (qmail 82489 invoked by uid 500); 28 Feb 2013 11:41:21 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 82374 invoked by uid 500); 28 Feb 2013 11:41:20 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 82337 invoked by uid 99); 28 Feb 2013 11:41:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Feb 2013 11:41:18 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Feb 2013 11:41:17 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id BDCCD23888CD; Thu, 28 Feb 2013 11:40:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1451176 - /subversion/trunk/subversion/libsvn_subr/sysinfo.c Date: Thu, 28 Feb 2013 11:40:58 -0000 To: commits@subversion.apache.org From: rhuijben@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130228114058.BDCCD23888CD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 #include +#include #endif #define APR_WANT_STRFUNC