ben         97/08/16 07:38:25

  Modified:    src/modules/proxy proxy_ftp.c
  Log:
  Life is easier if we don't have to have a pile of include paths used for a 
single include. Plus, then it compiles on NT.
  
  Revision  Changes    Path
  1.34      +1 -1      apachen/src/modules/proxy/proxy_ftp.c
  
  Index: proxy_ftp.c
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/modules/proxy/proxy_ftp.c,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- proxy_ftp.c       1997/08/15 18:30:10     1.33
  +++ proxy_ftp.c       1997/08/16 14:38:25     1.34
  @@ -54,7 +54,7 @@
   
   #include "mod_proxy.h"
   #include "http_main.h"
  -#include "mod_mime.h"
  +#include "../standard/mod_mime.h"
   
   /*
    * Decodes a '%' escaped string, and returns the number of characters
  
  
  

Reply via email to