freebsd-ports/sysutils/xfce4-systemload-plugin/files/patch-panel-plugin:uptime.c
Mark Linimon 43f1d64771 Update to 0.3.3. patch-memswap.c has been incorporated into the
upstream distribution; other changes are new translations and bugfixes.
Tested on both 4.x and 5.x.
PR:		ports/58788
Submitted by:	Thorsten Greiner <thorsten.greiner@web.de> (maintainer)
2003-12-08 02:41:01 +00:00

10 lines
289 B
C

--- panel-plugin/uptime.c.orig Fri Nov 21 16:21:22 2003
+++ panel-plugin/uptime.c Fri Nov 21 16:21:36 2003
@@ -81,6 +81,7 @@
#include <string.h>
#include <sys/param.h>
#include <sys/sysctl.h>
+#include <sys/time.h>
#include <sys/types.h>
#include <sys/vmmeter.h>
#include <unistd.h>