From 86bf1007bfdafae33a352c7bcaed4c49ccaf91db Mon Sep 17 00:00:00 2001 From: rpluem Date: Wed, 7 Jan 2009 20:32:53 +0000 Subject: * Do not include apr.h and apr_errno.h from system search path in apu_errno.h. PR: 46487 Submitted by: Rainer Jung Reviewed by: rpluem git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@732470 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 3 +++ include/apu_errno.h | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index a7e94c1a..de83a1f3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with APR-util 1.4.0 + *) Do not include apr.h and apr_errno.h from system search path in + apu_errno.h. PR 46487 [Rainer Jung ] + *) Fix the saving of the old LIBS, CPPFLAGS and LDFLAGS when OpenSSL and NSS are detected. [Graham Leggett, Ruediger Pluem] diff --git a/include/apu_errno.h b/include/apu_errno.h index 45fabf66..c0a8ec7d 100644 --- a/include/apu_errno.h +++ b/include/apu_errno.h @@ -22,8 +22,8 @@ * @brief APR-Util Error Codes */ -#include -#include +#include "apr.h" +#include "apr_errno.h" #ifdef __cplusplus extern "C" { -- cgit v1.2.1