summaryrefslogtreecommitdiff
path: root/misc/estic/files/patch-screen.cc
blob: e639ea96ad273dfdf55112d678e56e5ca7a0b925 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- spunk/bsdsrc/screen.cc.orig	1996-11-07 17:06:54 UTC
+++ spunk/bsdsrc/screen.cc
@@ -22,7 +22,8 @@
 #include <stdlib.h>
 #include <sys/ioctl.h>
 #ifdef FREEBSD
-#    include <machine/console.h>
+#    include <sys/kbio.h>
+#    include <sys/consio.h>
 #endif
 
 #include "../screen.h"