dougm       2002/06/20 18:32:56

  Modified:    src/modules/perl modperl_sys.c
  Log:
  hpux fix
  
  Revision  Changes    Path
  1.3       +1 -0      modperl-2.0/src/modules/perl/modperl_sys.c
  
  Index: modperl_sys.c
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_sys.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- modperl_sys.c     21 Jun 2002 00:48:01 -0000      1.2
  +++ modperl_sys.c     21 Jun 2002 01:32:56 -0000      1.3
  @@ -18,6 +18,7 @@
   #elif defined(MP_SYS_DL_DYLD)
       return NSUnLinkModule(handle, FALSE);
   #elif defined(MP_SYS_DL_HPUX)
  +#include <dl.h>
       shl_unload((shl_t)handle);
       return 1;
   #elif defined(MP_SYS_DL_WIN32)
  
  
  


Reply via email to