blob: a202190cb4e430d71ca897a1827a815831603264 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
diff -Naurp splashutils-1.1.9.10-orig/kernel.c splashutils-1.1.9.10/kernel.c
--- splashutils-1.1.9.10-orig/kernel.c 2006-09-27 16:49:17.000000000 +0200
+++ splashutils-1.1.9.10/kernel.c 2006-09-27 16:49:57.000000000 +0200
@@ -23,6 +23,7 @@
#include <linux/kd.h>
#include <linux/tty.h>
#include <linux/tiocl.h>
+#include <linux/vt.h>
#include "splash.h"
|