For some reason I never noticed this when building on an Alpha, but
build on a VAX and it crops up.  Just at a #include to make DECC
happy again.

--- ext/Devel/DProf/DProf.xs-orig       Tue May  9 15:36:48 2000
+++ ext/Devel/DProf/DProf.xs    Tue May  9 15:36:39 2000
@@ -28,6 +28,7 @@
 #  define HZ ((I32)CLK_TCK)
 #  define DPROF_HZ HZ
 #  include <starlet.h>  /* prototype for sys$gettim() */
+#  include <lib$routines.h> /* prototype for lib$ediv() */
 #  define Times(ptr) (dprof_times(aTHX_ ptr))
 #else
 #  ifndef HZ
--
 Drexel University       \V                     --Chuck Lane
----------------->--------*------------<[EMAIL PROTECTED]
     (215) 895-1545      / \  Particle Physics  [EMAIL PROTECTED]
FAX: (215) 895-5934        /~~~~~~~~~~~         [EMAIL PROTECTED]

Reply via email to