forked from Lainports/freebsd-ports
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)
10 lines
289 B
C
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>
|