diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-10-29 07:10:31 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-10-29 07:10:31 +0000 |
commit | 47de0decaa3f91619c92049e3b09c4d1ecc76408 (patch) | |
tree | 465bd67d4609fd28e011b9aa280f28e71ead2464 /x11 | |
parent | d580d45eafd7ab54d8102961eb8e2ab9fe0fb944 (diff) | |
download | ports-47de0decaa3f91619c92049e3b09c4d1ecc76408.tar.gz ports-47de0decaa3f91619c92049e3b09c4d1ecc76408.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/twin/files/patch-clients::term.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/twin/files/patch-clients::term.c b/x11/twin/files/patch-clients::term.c new file mode 100644 index 000000000000..b947402ca676 --- /dev/null +++ b/x11/twin/files/patch-clients::term.c @@ -0,0 +1,11 @@ +--- clients/term.c.orig Thu Oct 24 05:35:38 2002 ++++ clients/term.c Tue Oct 29 14:12:54 2002 +@@ -18,6 +18,8 @@ + #include <Tw/Twautoconf.h> + + #ifdef TW_HAVE_SYS_RESOURCE_H ++# include <sys/types.h> ++# include <sys/time.h> + # include <sys/resource.h> + #endif + |