summaryrefslogtreecommitdiff
path: root/x11-clocks/buici-clock/files/patch-xo-stats.h
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-07-19 21:06:02 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-07-19 21:06:02 +0000
commitaf8599e5d3129fef0f5a19cd26535bcc4471f5ea (patch)
treef0b2a38c0b1d33b34906fd4bd3fee51884aa72ee /x11-clocks/buici-clock/files/patch-xo-stats.h
parent- Update 0.9.5 (diff)
- Update to 0.4.5
- Use PLIST_FILES - Use REINPLACE_CMD to achieve files/patch-xo:Makefile.in - Rename files/patch-xo::stats.h to files/patch-xo-stats.h (portlint) PR: ports/100099 Submitted by: chinsan <chinsan.tw@gmail.com> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=168274
Diffstat (limited to 'x11-clocks/buici-clock/files/patch-xo-stats.h')
-rw-r--r--x11-clocks/buici-clock/files/patch-xo-stats.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-clocks/buici-clock/files/patch-xo-stats.h b/x11-clocks/buici-clock/files/patch-xo-stats.h
new file mode 100644
index 000000000000..e8a2b14228ab
--- /dev/null
+++ b/x11-clocks/buici-clock/files/patch-xo-stats.h
@@ -0,0 +1,11 @@
+--- xo/stats.h.orig Wed Jul 12 02:06:02 2006
++++ xo/stats.h Wed Jul 12 02:06:18 2006
+@@ -39,6 +39,8 @@
+ /* ----- Includes */
+
+ #include <sys/times.h>
++#include <sys/types.h>
++#include <sys/time.h>
+ #include <sys/resource.h>
+ #if defined (HAVE_MEMORY_H)
+ # include <memory.h>