summaryrefslogtreecommitdiffstats
path: root/modules/metadata/mod_headers.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/metadata/mod_headers.c')
-rw-r--r--modules/metadata/mod_headers.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/modules/metadata/mod_headers.c b/modules/metadata/mod_headers.c
index 9c3c9ea49b..009d206f23 100644
--- a/modules/metadata/mod_headers.c
+++ b/modules/metadata/mod_headers.c
@@ -102,14 +102,16 @@
*
*/
+#include "apr.h"
#include "apr_strings.h"
+
+#define APR_WANT_STRFUNC
+#include "apr_want.h"
+
#include "httpd.h"
#include "http_config.h"
#include "http_request.h"
-#ifdef HAVE_STRINGS_H
-#include <strings.h>
-#endif
typedef enum {
hdr_add = 'a', /* add header (could mean multiple hdrs) */