You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2013/08/23 15:16:45 UTC

svn commit: r1516839 - /apr/apr/trunk/util-misc/apu_dso.c

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 <searchpath>/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"