You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Ben Laurie <be...@hyperreal.com> on 1997/06/29 20:32:01 UTC

cvs commit: apache/src/nt service.c

ben         97/06/29 11:32:00

  Modified:    src/nt    service.c
  Log:
  Make sure create_event gets defined.
  
  Revision  Changes    Path
  1.2       +1 -0      apache/src/nt/service.c
  
  Index: service.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/nt/service.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -C3 -r1.1 -r1.2
  *** service.c	1997/06/15 19:22:53	1.1
  --- service.c	1997/06/29 18:32:00	1.2
  ***************
  *** 7,12 ****
  --- 7,13 ----
    #include <process.h>
    #include <direct.h>
    
  + #include "../conf.h"
    #include "../multithread.h"
    #include "service.h"