From: Ruediger Pluem Date: Thu, 7 Dec 2006 19:47:18 +0000 (+0000) Subject: * Add the missing include of http_request.h and thus fix a compiler warning. X-Git-Tag: 2.3.0~1994 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9a951b5d4ec6339f080ed72082a7bd4ccfcc30e;p=thirdparty%2Fapache%2Fhttpd.git * 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 --- diff --git a/modules/database/mod_dbd.c b/modules/database/mod_dbd.c index 9356ce775d5..e5409a3b6fc 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"