Return-Path: X-Original-To: apmail-apr-commits-archive@www.apache.org Delivered-To: apmail-apr-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EC38710FA1 for ; Fri, 23 Aug 2013 13:17:19 +0000 (UTC) Received: (qmail 43898 invoked by uid 500); 23 Aug 2013 13:17:19 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 43806 invoked by uid 500); 23 Aug 2013 13:17:10 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 43799 invoked by uid 99); 23 Aug 2013 13:17:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Aug 2013 13:17:08 +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; Fri, 23 Aug 2013 13:17:06 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8465D2388906; Fri, 23 Aug 2013 13:16:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1516839 - /apr/apr/trunk/util-misc/apu_dso.c Date: Fri, 23 Aug 2013 13:16:45 -0000 To: commits@apr.apache.org From: trawick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130823131645.8465D2388906@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: trawick Date: Fri Aug 23 13:16:45 2013 New Revision: 1516839 URL: http://svn.apache.org/r1516839 Log: Include apr_version.h to get the value of APR_MAJOR_VERSION so that we don't go looking in /apr-APR_MAJOR_VERSION for APU DSOs. Modified: apr/apr/trunk/util-misc/apu_dso.c Modified: apr/apr/trunk/util-misc/apu_dso.c URL: http://svn.apache.org/viewvc/apr/apr/trunk/util-misc/apu_dso.c?rev=1516839&r1=1516838&r2=1516839&view=diff ============================================================================== --- apr/apr/trunk/util-misc/apu_dso.c (original) +++ apr/apr/trunk/util-misc/apu_dso.c Fri Aug 23 13:16:45 2013 @@ -27,6 +27,7 @@ #include "apr_file_io.h" #include "apr_env.h" #include "apr_atomic.h" +#include "apr_version.h" #include "apu_internal.h"