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 20:36:41 UTC

svn commit: r391111 - /apr/apr/branches/0.9.x/build/nw_export.inc

Author: bnicholes
Date: Mon Apr  3 11:36:41 2006
New Revision: 391111

URL: http://svn.apache.org/viewcvs?rev=391111&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/branches/0.9.x/build/nw_export.inc

Modified: apr/apr/branches/0.9.x/build/nw_export.inc
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/build/nw_export.inc?rev=391111&r1=391110&r2=391111&view=diff
==============================================================================
--- apr/apr/branches/0.9.x/build/nw_export.inc (original)
+++ apr/apr/branches/0.9.x/build/nw_export.inc Mon Apr  3 11:36:41 2006
@@ -78,4 +78,5 @@
 #include "apr_xlate.h"
 #include "apr_xml.h"
 #include "apu_compat.h"
+#include "apu_version.h"
 #include "apu_want.h"