Hi,

When include apr_dbd.h without apu.h & apr_pools.h header first, compiler generate errors.

This is minor issue, but should be fixed, I think. :-)

Cheers,
Henry
Index: include/apr_dbd.h
===================================================================
--- include/apr_dbd.h	(revision 377888)
+++ include/apr_dbd.h	(working copy)
@@ -21,6 +21,9 @@
 #ifndef APR_DBD_H
 #define APR_DBD_H
 
+#include "apu.h"
+#include "apr_pools.h"
+
 #ifdef __cplusplus
 extern "C" {
 #endif

Reply via email to