summaryrefslogtreecommitdiff
path: root/x11/rxvt/patches/patch-ag
blob: 035bd2e2db1d71a9986b4ef09456e5cd84cc290f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ag,v 1.1 2002/10/26 18:02:17 bouyer Exp $

--- src/main.c.orig	Sun Oct 20 23:05:32 2002
+++ src/main.c	Sun Oct 20 23:06:07 2002
@@ -39,6 +39,10 @@
 # include <grp.h>
 #endif
 
+#ifdef SunOS
+# include <termios.h>
+#endif
+
 /*----------------------------------------------------------------------*/
 /* main() */
 /* INTPROTO */