diff options
author | vanilla <vanilla@FreeBSD.org> | 2002-10-29 14:16:41 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2002-10-29 14:16:41 +0800 |
commit | e5df56f2ccb9e5bf0c5821c782b130f0916c547e (patch) | |
tree | 998ae04dd3b0954cbe05225915aa3bb058981998 /emulators | |
parent | 530663cbd244496ca50838ccb9c81d0420e5292e (diff) | |
download | freebsd-ports-gnome-e5df56f2ccb9e5bf0c5821c782b130f0916c547e.tar.gz freebsd-ports-gnome-e5df56f2ccb9e5bf0c5821c782b130f0916c547e.tar.zst freebsd-ports-gnome-e5df56f2ccb9e5bf0c5821c782b130f0916c547e.zip |
Fix build on -current.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/twin/files/patch-clients::term.c | 11 |
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 + |