summaryrefslogtreecommitdiff
path: root/modules/database
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2006-12-07 19:47:18 +0000
committerRuediger Pluem <rpluem@apache.org>2006-12-07 19:47:18 +0000
commitf9a951b5d4ec6339f080ed72082a7bd4ccfcc30e (patch)
tree28ef89256ec0135fb0a97c200204a911609e8a23 /modules/database
parentbdb52abd1996add96991d0db2b97d5125a50af08 (diff)
downloadhttpd-f9a951b5d4ec6339f080ed72082a7bd4ccfcc30e.tar.gz
* Add the missing include of http_request.h and thus fix a compiler warning.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@483630 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/database')
-rw-r--r--modules/database/mod_dbd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/database/mod_dbd.c b/modules/database/mod_dbd.c
index 9356ce775d..e5409a3b6f 100644
--- a/modules/database/mod_dbd.c
+++ b/modules/database/mod_dbd.c
@@ -25,6 +25,7 @@
#include "http_protocol.h"
#include "http_config.h"
#include "http_log.h"
+#include "http_request.h"
#include "apr_reslist.h"
#include "apr_strings.h"
#include "apr_dbd.h"