marc 98/01/09 20:41:34
Modified: src/os/win32 service.c Log: Add include of http_main.h for start_shutdown prototype. Revision Changes Path 1.7 +1 -0 apachen/src/os/win32/service.c Index: service.c =================================================================== RCS file: /export/home/cvs/apachen/src/os/win32/service.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- service.c 1998/01/04 15:26:19 1.6 +++ service.c 1998/01/10 04:41:33 1.7 @@ -9,6 +9,7 @@ #include "httpd.h" #include "http_log.h" +#include "http_main.h" #include "multithread.h" #include "service.h"
