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/04 16:26:31 UTC

cvs commit: apache-2.0/src/os/os2 iol_socket.c util_os2.c

bjh         00/03/04 07:26:31

  Modified:    src/os/os2 iol_socket.c util_os2.c
  Log:
  Add requried #include "ap_config.h" in a couple of OS/2 specific files.
  
  Revision  Changes    Path
  1.7       +1 -0      apache-2.0/src/os/os2/iol_socket.c
  
  Index: iol_socket.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/os/os2/iol_socket.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- iol_socket.c	1999/10/31 06:13:14	1.6
  +++ iol_socket.c	2000/03/04 15:26:31	1.7
  @@ -56,6 +56,7 @@
    */
   
   
  +#include "ap_config.h"
   #include "httpd.h"
   #include "ap_iol.h"
   #include "iol_socket.h"
  
  
  
  1.7       +1 -0      apache-2.0/src/os/os2/util_os2.c
  
  Index: util_os2.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/os/os2/util_os2.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- util_os2.c	2000/01/26 07:51:45	1.6
  +++ util_os2.c	2000/03/04 15:26:31	1.7
  @@ -1,6 +1,7 @@
   #define INCL_DOS
   #define INCL_DOSERRORS
   #include <os2.h>
  +#include "ap_config.h"
   #include "httpd.h"
   #include "http_log.h"
   #include "os.h"