You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by jo...@apache.org on 2012/11/16 15:04:59 UTC

svn commit: r1410345 - /perl/modperl/trunk/src/modules/perl/modperl_apr_includes.h

Author: jorton
Date: Fri Nov 16 14:04:59 2012
New Revision: 1410345

URL: http://svn.apache.org/viewvc?rev=1410345&view=rev
Log:
* src/modules/perl/modperl_apr_includes.h: Pick up new APR-util error
  codes.

Submitted by: Jan Kaluza <jkaluza redhat.com>, jorton

Modified:
    perl/modperl/trunk/src/modules/perl/modperl_apr_includes.h

Modified: perl/modperl/trunk/src/modules/perl/modperl_apr_includes.h
URL: http://svn.apache.org/viewvc/perl/modperl/trunk/src/modules/perl/modperl_apr_includes.h?rev=1410345&r1=1410344&r2=1410345&view=diff
==============================================================================
--- perl/modperl/trunk/src/modules/perl/modperl_apr_includes.h (original)
+++ perl/modperl/trunk/src/modules/perl/modperl_apr_includes.h Fri Nov 16 14:04:59 2012
@@ -35,5 +35,10 @@
 #include "apr_general.h"
 #include "apr_uuid.h"
 #include "apr_env.h"
+#include "apu_version.h"
+#if APU_MAJOR_VERSION > 1 \
+    || (APU_MAJOR_VERSION == 1 && APU_MINOR_VERSION > 3)
+#include "apu_errno.h"
+#endif
 
 #endif /* MODPERL_APR_INCLUDES_H */