brltty/brltty-3.7.2-vt-buildfix.patch

12 lines
340 B
Diff
Raw Normal View History

--- brltty-3.7.2/Programs/api_client.c.vt-buildfix 2005-12-26 13:57:11.000000000 +0100
+++ brltty-3.7.2/Programs/api_client.c 2007-01-25 11:54:44.000000000 +0100
@@ -74,7 +74,7 @@
#ifdef linux
#include <linux/major.h>
-#include <linux/tty.h>
+#include <linux/vt.h>
#define MAXIMUM_VIRTUAL_CONSOLE MAX_NR_CONSOLES
#endif /* linux */