
ben at hyperreal
May 16, 1996, 2:54 PM
Post #1 of 1
(84 views)
Permalink
|
|
cvs commit: apache/src mod_asis.c
|
|
ben 96/05/16 14:54:32 Modified: src mod_asis.c Log: Fix undeclared function warning. Revision Changes Path 1.5 +1 -0 apache/src/mod_asis.c Index: mod_asis.c =================================================================== RCS file: /export/home/cvs/apache/src/mod_asis.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C3 -r1.4 -r1.5 *** mod_asis.c 1996/05/16 17:11:34 1.4 --- mod_asis.c 1996/05/16 21:54:30 1.5 *************** *** 58,63 **** --- 58,64 ---- #include "http_log.h" #include "util_script.h" #include "http_main.h" + #include "http_request.h" int asis_handler (request_rec *r) {
|