You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by ni...@apache.org on 2005/08/11 11:38:01 UTC

svn commit: r231419 - /apr/apr-util/trunk/include/private/apr_dbd_internal.h

Author: niq
Date: Thu Aug 11 02:37:57 2005
New Revision: 231419

URL: http://svn.apache.org/viewcvs?rev=231419&view=rev
Log:
#include <stdarg.h> so it compiles OK with va_list args

Modified:
    apr/apr-util/trunk/include/private/apr_dbd_internal.h

Modified: apr/apr-util/trunk/include/private/apr_dbd_internal.h
URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/include/private/apr_dbd_internal.h?rev=231419&r1=231418&r2=231419&view=diff
==============================================================================
--- apr/apr-util/trunk/include/private/apr_dbd_internal.h (original)
+++ apr/apr-util/trunk/include/private/apr_dbd_internal.h Thu Aug 11 02:37:57 2005
@@ -22,6 +22,7 @@
 #define APR_DBD_INTERNAL_H
 
 #include "apr_dbd.h"
+#include "stdarg.h"
 
 #ifdef __cplusplus
 extern "C" {