1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/games/digger-vgl/files/patch-ab
Maxim Sobolev f41d18069f Catch up <machine/console.h> disappearance.
Submitted by:	bento
2000-11-28 13:13:16 +00:00

11 lines
254 B
Plaintext

--- fbsd_vid.c 2000/11/28 13:05:23 1.1
+++ fbsd_vid.c 2000/11/28 13:05:27
@@ -1,4 +1,6 @@
-#include <machine/console.h>
+#include <sys/fbio.h>
+#include <sys/consio.h>
+#include <sys/kbio.h>
#include <vgl.h>
#include <signal.h>
#include <osreldate.h>