aboutsummaryrefslogtreecommitdiffstats
path: root/x11/rxvt-unicode/files/patch-src::ptytty.C
blob: 20d723c4434d1d11828c7bfa7671f6e6f2eba3ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- 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>