You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2002/09/20 17:28:13 UTC

cvs commit: httpd-2.0/build nw_export.inc

bnicholes    2002/09/20 08:28:13

  Modified:    build    nw_export.inc
  Log:
  Need to include the new ap_provider.h header in our export header list so that the
  AWK script will generate the correct export list.
  
  Revision  Changes    Path
  1.3       +1 -0      httpd-2.0/build/nw_export.inc
  
  Index: nw_export.inc
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/build/nw_export.inc,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- nw_export.inc	16 Sep 2002 21:22:08 -0000	1.2
  +++ nw_export.inc	20 Sep 2002 15:28:13 -0000	1.3
  @@ -21,6 +21,7 @@
   #include "ap_listen.h"
   #include "ap_mmn.h"
   #include "ap_mpm.h"
  +#include "ap_provider.h"
   #include "ap_release.h"
   #include "http_config.h"
   #include "http_connection.h"