You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by mi...@apache.org on 2011/05/30 22:07:18 UTC

svn commit: r1129341 - /apr/apr-util/branches/1.5.x/crypto/apr_crypto_nss.c

Author: minfrin
Date: Mon May 30 20:07:18 2011
New Revision: 1129341

URL: http://svn.apache.org/viewvc?rev=1129341&view=rev
Log:
Fix compilation against apr v1.x.
Submitted by: Arfrever Frehtes Taifersar Arahesis <Ar...@GMail.Com>

Modified:
    apr/apr-util/branches/1.5.x/crypto/apr_crypto_nss.c

Modified: apr/apr-util/branches/1.5.x/crypto/apr_crypto_nss.c
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/crypto/apr_crypto_nss.c?rev=1129341&r1=1129340&r2=1129341&view=diff
==============================================================================
--- apr/apr-util/branches/1.5.x/crypto/apr_crypto_nss.c (original)
+++ apr/apr-util/branches/1.5.x/crypto/apr_crypto_nss.c Mon May 30 20:07:18 2011
@@ -15,6 +15,7 @@
  */
 
 #include "apu.h"
+#include "apu_config.h"
 #include "apu_errno.h"
 
 #include <ctype.h>