You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bn...@apache.org on 2006/04/03 17:58:02 UTC

svn commit: r391075 - /apr/apr-util/trunk/build/nw_apu_export.inc

Author: bnicholes
Date: Mon Apr  3 08:57:38 2006
New Revision: 391075

URL: http://svn.apache.org/viewcvs?rev=391075&view=rev
Log:
Add apu_version.h to the preprocessing stage of the NetWare build.  This resolves the missing apu_version_string() API issue.

Modified:
    apr/apr-util/trunk/build/nw_apu_export.inc

Modified: apr/apr-util/trunk/build/nw_apu_export.inc
URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/build/nw_apu_export.inc?rev=391075&r1=391074&r2=391075&view=diff
==============================================================================
--- apr/apr-util/trunk/build/nw_apu_export.inc (original)
+++ apr/apr-util/trunk/build/nw_apu_export.inc Mon Apr  3 08:57:38 2006
@@ -33,4 +33,5 @@
 #include "apr_uuid.h"
 #include "apr_xlate.h"
 #include "apr_xml.h"
+#include "apu_version.h"
 #include "apu_want.h"