freebsd-ports/sysutils/lcdproc/files/patch-cpu.c
Ying-Chieh Liao 22dbd3f12d fix build on -current
PR:		51872
Submitted by:	Ports Fury
2003-05-12 08:02:16 +00:00

12 lines
318 B
C

--- clients/lcdproc/cpu.c.orig Thu Jan 3 13:32:42 2002
+++ clients/lcdproc/cpu.c Tue May 6 05:08:51 2003
@@ -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 */