blob: b6dbca2b46a2a0128f57fe30e78a3a49ec8af3c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- clients/lcdproc/chrono.c.orig Sat Dec 29 06:52:39 2001
+++ clients/lcdproc/chrono.c Tue May 6 05:07:49 2003
@@ -62,6 +62,8 @@
#include <sys/dkstat.h>
#endif
+#include <sys/resource.h>
+
#if FREEBSD
/* definitions for indices in the nlist array */
/* from /usr/src/src.bin/top/machine.c */
|