File: 100.mod_encoding-include-regex.patch

package info (click to toggle)
libapache2-mod-encoding 20040616-5
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 72 kB
  • ctags: 32
  • sloc: ansic: 285; makefile: 63
file content (16 lines) | stat: -rw-r--r-- 391 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
from; Bug#297981: libapache2-mod-encoding: FTBFS: 'regex_t' undeclared (first use in this function)
http://bugs.debian.org/297981

Thanks for Andreas Jochens.

--- ./mod_encoding.c	2004-06-15 17:52:25.000000000 +0200
+++ ./mod_encoding.c	2005-03-03 21:46:34.162465697 +0100
@@ -68,6 +68,7 @@
 
 */
 
+#include <regex.h>
 #include <httpd.h>
 #include <http_config.h>
 #include <http_core.h>