diff options
Diffstat (limited to 'modules/metadata/mod_headers.c')
-rw-r--r-- | modules/metadata/mod_headers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/metadata/mod_headers.c b/modules/metadata/mod_headers.c index aad2a15ec8..1865b2cc7c 100644 --- a/modules/metadata/mod_headers.c +++ b/modules/metadata/mod_headers.c @@ -103,6 +103,7 @@ #include "httpd.h" #include "http_config.h" +#include "http_request.h" typedef enum { hdr_add = 'a', /* add header (could mean multiple hdrs) */ |