diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-12-09 14:43:22 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-12-09 14:43:22 +0000 |
commit | 19959200286ae6f0045cf949b434742d5c8bf6c4 (patch) | |
tree | 0c433b23a9a2f736bcd985da3cfb0e64d7bd2664 /x11-clocks/buici-clock/files/patch-xo::stats.h | |
parent | Update to version 0.6.0 (diff) |
Unbreak:
- Add dependency on bison
- build-fix on 4.X (me)
PR: ports/74722
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=123565
Diffstat (limited to '')
-rw-r--r-- | x11-clocks/buici-clock/files/patch-xo::stats.h | 11 |
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..8437a4ba7c80 --- /dev/null +++ b/x11-clocks/buici-clock/files/patch-xo::stats.h @@ -0,0 +1,11 @@ +--- xo/stats.h.orig Thu Dec 9 10:02:22 2004 ++++ xo/stats.h Thu Dec 9 10:03:35 2004 +@@ -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> |