freebsd-ports/x11/rxvt-unicode/files/patch-src::ptytty.C
Thierry Thomas 6c3685400f Add rxvt-unicode, a clone of the well known terminal emulator rxvt,
modified to store text in Unicode.

PR:		ports/70463
Submitted by:	myself
Repocopied by:	marcus
2004-08-17 22:17:56 +00:00

14 lines
272 B
C

--- src/ptytty.C.orig Sat Jul 31 17:05:04 2004
+++ src/ptytty.C Tue Aug 10 18:16:01 2004
@@ -33,6 +33,11 @@
#endif
#endif
+#if defined( __FreeBSD__)
+#include <sys/types.h>
+# include <libutil.h>
+#endif
+
#include <cstdio>
#ifdef HAVE_STDLIB_H
# include <cstdlib>