powerpc-utils (1.1.3-24) vmode.c

Summary

 vmode.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

--- 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)
 {