From 4baa68716e141d150bd6438a882fa6fa641988b7 Mon Sep 17 00:00:00 2001 From: vanilla Date: Tue, 29 Oct 2002 07:10:31 +0000 Subject: Fix x11/twin's building problem on -current, not emulators/twin. --- x11/twin/files/patch-clients::term.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 x11/twin/files/patch-clients::term.c (limited to 'x11') 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 + + #ifdef TW_HAVE_SYS_RESOURCE_H ++# include ++# include + # include + #endif + -- cgit