aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-03-24 12:03:06 +0000
committerBruce Evans <bde@FreeBSD.org>1997-03-24 12:03:06 +0000
commitafd2f6c21826a8f0a0f579eb15b222054a60a4ed (patch)
tree2be7c232e2692fb37c26d882276ce4200bae4509 /sys/dev
parent20982410542a3d817a38ea6175574a5dddabc969 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/si/si.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c
index 0fa4bfb9a0bf4..5d8429b04ef04 100644
--- a/sys/dev/si/si.c
+++ b/sys/dev/si/si.c
@@ -30,7 +30,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
* NO EVENT SHALL THE AUTHORS BE LIABLE.
*
- * $Id: si.c,v 1.55 1997/02/22 09:37:06 peter Exp $
+ * $Id: si.c,v 1.56 1997/03/23 03:35:01 bde Exp $
*/
#ifndef lint
@@ -41,7 +41,9 @@ static const char si_copyright1[] = "@(#) (C) Specialix International, 1990,199
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/ioctl.h>
+#if defined(COMPAT_43) || defined(COMPAT_SUNOS)
+#include <sys/ioctl_compat.h>
+#endif
#include <sys/tty.h>
#include <sys/ttydefaults.h>
#include <sys/proc.h>