1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/sysutils/lcdproc/files/patch-cpu.c
Pav Lucistnik 8a33e90e22 - Update to 0.4.5
PR:		ports/76433
Submitted by:	Lewis Thompson <purple@fajita.org>
2005-01-19 19:35:14 +00:00

13 lines
318 B
C

--- 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 */