rbb         99/06/07 12:04:06

  Modified:    include  apr_general.h
  Log:
  Quick fix to make things compile again.
  
  Revision  Changes    Path
  1.15      +4 -0      apache-apr/include/apr_general.h
  
  Index: apr_general.h
  ===================================================================
  RCS file: /home/cvs/apache-apr/include/apr_general.h,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- apr_general.h     1999/06/03 19:44:02     1.14
  +++ apr_general.h     1999/06/07 19:04:04     1.15
  @@ -53,6 +53,10 @@
    *
    */
   
  +#ifndef WIN32
  +#include "apr_config.h"
  +#endif
  +
   #ifdef HAVE_MALLOC_H
   #include <malloc.h>
   #endif
  
  
  

Reply via email to