summaryrefslogtreecommitdiff
blob: 53f478afb4de96c686e61022fe3c11d306854b86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: ruby-prof-0.7.2/ext/measure_cpu_time.h
===================================================================
--- ruby-prof-0.7.2.orig/ext/measure_cpu_time.h
+++ ruby-prof-0.7.2/ext/measure_cpu_time.h
@@ -33,6 +33,8 @@ static unsigned long long cpu_frequency;
 
 #if defined(__GNUC__)
 
+#include <stdint.h>
+
 static prof_measure_t
 measure_cpu_time()
 {