Skip to content

Commit

Permalink
[PATCH] console: Fix compile error
Browse files Browse the repository at this point in the history
Fix following compile error (From Kernel Bugzilla Bug 5427):

include/linux/console_struct.h:53: error: field `vt_mode' has incomplete type

Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Antonino A. Daplas authored and Linus Torvalds committed Nov 7, 2005
1 parent 5fab851 commit e07dea9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/linux/console_struct.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
* to achieve effects such as fast scrolling by changing the origin.
*/

#include <linux/vt.h>

struct vt_struct;

#define NPAR 16
Expand Down

0 comments on commit e07dea9

Please sign in to comment.