aboutsummaryrefslogtreecommitdiff
path: root/emulators/twin
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2002-10-29 06:16:41 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2002-10-29 06:16:41 +0000
commit1d653f77d6ae4a98b6860e4d279a861db3a95865 (patch)
tree9c3e97b7cbbc980757d5f4662c4e70c8e10a2661 /emulators/twin
parent9f087781c0249cd12644a0856f20cecca7dedf3e (diff)
downloadports-1d653f77d6ae4a98b6860e4d279a861db3a95865.tar.gz
ports-1d653f77d6ae4a98b6860e4d279a861db3a95865.zip
Notes
Diffstat (limited to 'emulators/twin')
-rw-r--r--emulators/twin/files/patch-clients::term.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/twin/files/patch-clients::term.c b/emulators/twin/files/patch-clients::term.c
new file mode 100644
index 000000000000..b947402ca676
--- /dev/null
+++ b/emulators/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
+