You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bo...@apache.org on 2008/06/18 04:45:35 UTC

svn commit: r669061 - in /apr/apr-util/branches/1.3.x/dbd: apr_dbd_mysql.c apr_dbd_oracle.c

Author: bojan
Date: Tue Jun 17 19:45:35 2008
New Revision: 669061

URL: http://svn.apache.org/viewvc?rev=669061&view=rev
Log:
Backport r669060 from the trunk.
Include apr_lib.h in order to use apr_is*() functions.

Modified:
    apr/apr-util/branches/1.3.x/dbd/apr_dbd_mysql.c
    apr/apr-util/branches/1.3.x/dbd/apr_dbd_oracle.c

Modified: apr/apr-util/branches/1.3.x/dbd/apr_dbd_mysql.c
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/dbd/apr_dbd_mysql.c?rev=669061&r1=669060&r2=669061&view=diff
==============================================================================
--- apr/apr-util/branches/1.3.x/dbd/apr_dbd_mysql.c (original)
+++ apr/apr-util/branches/1.3.x/dbd/apr_dbd_mysql.c Tue Jun 17 19:45:35 2008
@@ -34,6 +34,7 @@
 #endif
 
 #include "apr_strings.h"
+#include "apr_lib.h"
 #include "apr_buckets.h"
 
 #include "apr_dbd_internal.h"

Modified: apr/apr-util/branches/1.3.x/dbd/apr_dbd_oracle.c
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/dbd/apr_dbd_oracle.c?rev=669061&r1=669060&r2=669061&view=diff
==============================================================================
--- apr/apr-util/branches/1.3.x/dbd/apr_dbd_oracle.c (original)
+++ apr/apr-util/branches/1.3.x/dbd/apr_dbd_oracle.c Tue Jun 17 19:45:35 2008
@@ -60,6 +60,7 @@
 #include <oci.h>
 
 #include "apr_strings.h"
+#include "apr_lib.h"
 #include "apr_time.h"
 #include "apr_hash.h"
 #include "apr_buckets.h"