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 B243AF594 for ; Sat, 30 Mar 2013 18:48:38 +0000 (UTC) Received: (qmail 7496 invoked by uid 500); 30 Mar 2013 18:48:38 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 7459 invoked by uid 500); 30 Mar 2013 18:48:38 -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 7450 invoked by uid 99); 30 Mar 2013 18:48:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Mar 2013 18:48:38 +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; Sat, 30 Mar 2013 18:48:33 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6E4A12388994; Sat, 30 Mar 2013 18:48:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1462839 - /subversion/branches/fsfs-format7/subversion/libsvn_fs_fs/string_table.h Date: Sat, 30 Mar 2013 18:48:13 -0000 To: commits@subversion.apache.org From: stefan2@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130330184813.6E4A12388994@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: stefan2 Date: Sat Mar 30 18:48:13 2013 New Revision: 1462839 URL: http://svn.apache.org/r1462839 Log: On the fsfs-format7 branch. * subversion/libsvn_fs_fs/string_table.h (): make the appropriate #includes Modified: subversion/branches/fsfs-format7/subversion/libsvn_fs_fs/string_table.h Modified: subversion/branches/fsfs-format7/subversion/libsvn_fs_fs/string_table.h URL: http://svn.apache.org/viewvc/subversion/branches/fsfs-format7/subversion/libsvn_fs_fs/string_table.h?rev=1462839&r1=1462838&r2=1462839&view=diff ============================================================================== --- subversion/branches/fsfs-format7/subversion/libsvn_fs_fs/string_table.h (original) +++ subversion/branches/fsfs-format7/subversion/libsvn_fs_fs/string_table.h Sat Mar 30 18:48:13 2013 @@ -23,7 +23,7 @@ #ifndef SVN_LIBSVN_FS_FS_STRING_TABLE_H #define SVN_LIBSVN_FS_FS_STRING_TABLE_H -#include /* for apr_pool_t */ +#include "svn_io.h" #ifdef __cplusplus extern "C" {