vmode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- powerpc-utils-1.1.3.orig/vmode.c
+++ powerpc-utils-1.1.3/vmode.c
@@ -4,7 +4,7 @@
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/vt.h>
-#include <linux/vc_ioctl.h>
+#include <asm/vc_ioctl.h>
int die(char *str)
{