blob: e9da8cbc3938ef30096f423d4d43168d1d48b146 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- clients/lcdproc/cpu.c.orig Tue Jan 18 19:58:47 2005
+++ clients/lcdproc/cpu.c Tue Jan 18 19:59:52 2005
@@ -60,6 +60,9 @@
#include <sys/dkstat.h>
#endif
+#include <sys/time.h>
+#include <sys/resource.h>
+
#if FREEBSD
/* definitions for indices in the nlist array */
/* from /usr/src/src.bin/top/machine.c */
|