blob: eca54120d93ccb3959e5adc9120f2fef9da39051 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- devstat.xs.orig 2010-04-04 16:46:31.614613328 +0900
+++ devstat.xs 2010-04-04 16:47:03.027043722 +0900
@@ -8,6 +8,7 @@
#ifdef __cplusplus
}
#endif
+#include <sys/resource.h>
#include <devstat.h>
struct bsd_devstat {
|