You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ts...@apache.org on 2018/08/19 18:44:38 UTC

logging-log4cxx git commit: LOGCXX-500: All other places use APR directly, so keep it here as well to not break too much.

Repository: logging-log4cxx
Updated Branches:
  refs/heads/LOGCXX-500 edbf217ea -> 9e840d272


LOGCXX-500: All other places use APR directly, so keep it here as well to not break too much.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/9e840d27
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/9e840d27
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/9e840d27

Branch: refs/heads/LOGCXX-500
Commit: 9e840d2726ba896d5b8ca989969d9ea521fe96a8
Parents: edbf217
Author: Thorsten Schöning <ts...@am-soft.de>
Authored: Sun Aug 19 20:44:36 2018 +0200
Committer: Thorsten Schöning <ts...@am-soft.de>
Committed: Sun Aug 19 20:44:36 2018 +0200

----------------------------------------------------------------------
 src/main/include/log4cxx/helpers/mutex.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/9e840d27/src/main/include/log4cxx/helpers/mutex.h
----------------------------------------------------------------------
diff --git a/src/main/include/log4cxx/helpers/mutex.h b/src/main/include/log4cxx/helpers/mutex.h
index 58cf7db..3fc25c2 100644
--- a/src/main/include/log4cxx/helpers/mutex.h
+++ b/src/main/include/log4cxx/helpers/mutex.h
@@ -20,7 +20,7 @@
 
 #include <log4cxx/log4cxx.h>
 
-#include <apr-1.0/apr_portable.h>
+#include <apr_portable.h>
 
 #include <atomic>