$NetBSD: patch-aa,v 1.1.1.1 2006/11/15 00:05:50 dhowland Exp $

--- sis/command/filec.c.orig	2004-03-27 05:33:57.000000000 -0500
+++ sis/command/filec.c
@@ -12,7 +12,11 @@
 			    /* Still needs to be included for sun4 compile */
 #include "sis.h"
 #if defined(USE_TERMIO)
+#ifdef __NetBSD__
+#include <termios.h>
+#else
 #include <termio.h>
+#endif
 #else
 #include <sgtty.h>
 #endif
