]> granicus.if.org Git - apache/commitdiff
* Add the missing include of http_request.h and thus fix a compiler warning.
authorRuediger Pluem <rpluem@apache.org>
Thu, 7 Dec 2006 19:47:18 +0000 (19:47 +0000)
committerRuediger Pluem <rpluem@apache.org>
Thu, 7 Dec 2006 19:47:18 +0000 (19:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@483630 13f79535-47bb-0310-9956-ffa450edef68

modules/database/mod_dbd.c

index 9356ce775d5de4f0bbb2e23f903934fc6eae8d2d..e5409a3b6fc0867573c4514f615270a274d6f8d7 100644 (file)
@@ -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"