projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b82d478
)
Add header for LIB$ prototypes (C. Berry)
Charles Bailey [Thu, 8 Feb 2001 20:51:02 +0000 (20:51 +0000)]
p4raw-id: //depot/vmsperl@8719
ext/Devel/DProf/DProf.xs
patch
|
blob
|
blame
|
history
diff --git
a/ext/Devel/DProf/DProf.xs
b/ext/Devel/DProf/DProf.xs
index
8f28c6e
..
e75e732
100644
(file)
--- a/
ext/Devel/DProf/DProf.xs
+++ b/
ext/Devel/DProf/DProf.xs
@@
-23,6
+23,7
@@
# define HZ ((I32)CLK_TCK)
# define DPROF_HZ HZ
# include <starlet.h> /* prototype for sys$gettim() */
+# include <lib$routines.h>
# define Times(ptr) (dprof_times(aTHX_ ptr))
#else
# ifndef HZ