You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bn...@apache.org on 2003/02/07 19:03:35 UTC

cvs commit: apr-util/hooks apr_hooks.c

bnicholes    2003/02/07 10:03:35

  Modified:    hooks    apr_hooks.c
  Log:
  Include apr_private.h for NetWare to resolve the per application global data api's
  
  Revision  Changes    Path
  1.47      +1 -0      apr-util/hooks/apr_hooks.c
  
  Index: apr_hooks.c
  ===================================================================
  RCS file: /home/cvs/apr-util/hooks/apr_hooks.c,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- apr_hooks.c	1 Jan 2003 00:02:20 -0000	1.46
  +++ apr_hooks.c	7 Feb 2003 18:03:35 -0000	1.47
  @@ -103,6 +103,7 @@
   } TSort;
   
   #ifdef NETWARE
  +#include "apr_private.h"
   #define get_apd                 APP_DATA* apd = (APP_DATA*)get_app_data(gLibId);
   #define s_aHooksToSort          ((apr_array_header_t *)(apd->gs_aHooksToSort))
   #define s_phOptionalHooks       ((apr_hash_t *)(apd->gs_phOptionalHooks))