File: 036_mod_auth_cache_fix

package info (click to toggle)
apache 1.3.34-4.1
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 4,800 kB
  • ctags: 90
  • sloc: sh: 1,273; makefile: 685; perl: 215
file content (10 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
--- build-tree-apache/apache-contrib-1.0.8a/mod_auth_cache/mod_auth_cache.c	2002-03-25 02:39:04.000000000 -0700
+++ build-tree-apache/apache-contrib-1.0.8a/mod_auth_cache/mod_auth_cache.c	2005-05-10 00:47:58.556661433 -0600
@@ -26,6 +26,7 @@
 */
                                               
 #include "httpd.h"
+#include "http_core.h"
 #include "http_config.h"
 #include "http_log.h"
 #include "http_protocol.h"