martin 98/02/03 09:49:05
Modified: src/modules/standard mod_speling.c
Log:
Mod_speling wouldn't compile any more after the recent change to
use construct_url() because http_core.h wasn't included.
Include it to get construct_url()'s prototype.
Revision Changes Path
1.14 +1 -0 apache-1.3/src/modules/standard/mod_speling.c
Index: mod_speling.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_speling.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -u -r1.13 -r1.14
--- mod_speling.c 1998/02/01 22:05:42 1.13
+++ mod_speling.c 1998/02/03 17:49:02 1.14
@@ -53,6 +53,7 @@
*/
#include "httpd.h"
+#include "http_core.h"
#include "http_config.h"
#include "http_log.h"