summaryrefslogtreecommitdiff
path: root/emulators
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
parent. Check for open-motif with libXm.so, which we actually use, instead of (diff)
Fix build on -current.
Notes
Notes: svn path=/head/; revision=69078
Diffstat (limited to 'emulators')
-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
+