You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2001/02/03 21:14:50 UTC

cvs commit: apache-1.3/src/include ap_alloc.h

wrowe       01/02/03 12:14:50

  Modified:    src/include ap_alloc.h
  Log:
    Fix the same relativity problem for ap_alloc.h and readdir.h when they
    are both copied to $(target)/include
  
  Revision  Changes    Path
  1.75      +1 -1      apache-1.3/src/include/ap_alloc.h
  
  Index: ap_alloc.h
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/include/ap_alloc.h,v
  retrieving revision 1.74
  retrieving revision 1.75
  diff -u -r1.74 -r1.75
  --- ap_alloc.h	2001/01/15 17:04:23	1.74
  +++ ap_alloc.h	2001/02/03 20:14:49	1.75
  @@ -86,7 +86,7 @@
   
    /* Need declaration of DIR on Win32 */
   #ifdef WIN32
  -#include "../os/win32/readdir.h"
  +#include "readdir.h"
   #endif
   
   typedef struct pool pool;