File: 100.mod_encoding-include-regex.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-- 323 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Subject: Add includes <regex.h>
Author: Andreas Jochens <aj@andaco.de>
Date: 2005-03-05
Bug-Debian: https://bugs.debian.org/297981
Forwarded: no (upstream is gone)

--- a/mod_encoding.c
+++ b/mod_encoding.c
@@ -68,6 +68,7 @@
 
 */
 
+#include <regex.h>
 #include <httpd.h>
 #include <http_config.h>
 #include <http_core.h>