You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bj...@locus.apache.org on 2000/03/03 15:24:40 UTC

cvs commit: apache-2.0/src/modules/mpm/spmt_os2 spmt_os2.c

bjh         00/03/03 06:24:40

  Modified:    src/modules/mpm/spmt_os2 spmt_os2.c
  Log:
  Fix include file order.
  
  Revision  Changes    Path
  1.29      +1 -1      apache-2.0/src/modules/mpm/spmt_os2/spmt_os2.c
  
  Index: spmt_os2.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/mpm/spmt_os2/spmt_os2.c,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- spmt_os2.c	2000/01/26 07:51:41	1.28
  +++ spmt_os2.c	2000/03/03 14:24:40	1.29
  @@ -61,8 +61,8 @@
   #define INCL_DOS
   #define INCL_DOSERRORS
   
  -#include "httpd.h"
   #include "ap_config.h"
  +#include "httpd.h"
   #include "mpm_default.h"
   #include "http_main.h"
   #include "http_log.h"