You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@hyperreal.org on 1999/12/01 21:50:04 UTC

cvs commit: apache-2.0/src/lib/apr/mmap/unix common.c

rbb         99/12/01 12:50:03

  Modified:    src/lib/apr/locks/unix crossproc.c
               src/lib/apr/mmap/unix common.c
  Log:
  Fix a couple of files that need to include apr_config.h now.  All of these
  are APR .c files.
  
  Revision  Changes    Path
  1.9       +1 -0      apache-2.0/src/lib/apr/locks/unix/crossproc.c
  
  Index: crossproc.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/locks/unix/crossproc.c,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- crossproc.c	1999/11/12 23:51:10	1.8
  +++ crossproc.c	1999/12/01 20:49:54	1.9
  @@ -53,6 +53,7 @@
    *
    */
   
  +#include "apr_config.h"
   #include "apr_lock.h"
   #include "apr_general.h"
   #include "apr_lib.h"
  
  
  
  1.5       +1 -0      apache-2.0/src/lib/apr/mmap/unix/common.c
  
  Index: common.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/mmap/unix/common.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- common.c	1999/11/13 00:07:22	1.4
  +++ common.c	1999/12/01 20:50:00	1.5
  @@ -63,6 +63,7 @@
    */
   
   #include "fileio.h"
  +#include "apr_config.h"
   #include "apr_mmap.h"
   #include "apr_general.h"
   #include "apr_portable.h"