File: 100.mod_encoding-include-apr-strings.patch

package info (click to toggle)
libapache2-mod-encoding 20040616-8
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 180 kB
  • sloc: ansic: 1,462; makefile: 8
file content (16 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Subject: Add missing include of apr_strings.h
Author: dann frazier <dannf@hp.com>
Date: 2005-08-28
Bug-Debian: https://bugs.debian.org/325506
Forwarded: no (upstream is gone)

--- a/mod_encoding.c
+++ b/mod_encoding.c
@@ -74,6 +74,7 @@
 #include <http_log.h>
 #include <http_protocol.h>
 #include <http_request.h>
+#include <apr_strings.h>
 /* #include <ap_compat.h> */
 
 #include <iconv_hook/iconv.h>