$NetBSD: patch-ac,v 1.1 1999/04/09 08:33:51 agc Exp $

Make this compile on Solaris.

--- rtty.c	1999/04/09 08:29:25	1.1
+++ rtty.c	1999/04/09 08:30:06
@@ -35,6 +35,10 @@
 #include <pwd.h>
 #include <termios.h>
 
+#if (defined(__sun__) && defined(__svr4__))
+#include <fcntl.h>
+#endif
+
 #include "rtty.h"
 #ifdef NEED_BITYPES_H
 # include "bitypes.h"
