tags 562343 patch
thanks

Hello,

Here's a patch applied in Ubuntu to fix this problem.
Description: reorder headers in writefb.c to fix build failure
Author: Ilya Barygin <bary...@gmail.com>
Bug-Debian: http://bugs.debian.org/562343
--- a/fb/writefb.c
+++ b/fb/writefb.c
@@ -3,8 +3,6 @@
 /* This program may be used without any warranty. It may be modified and */
 /* distributed without any restrictions.                                 */
 
-#include "../src/defs.h"
-
 #include <termios.h>
 #include <errno.h>
 #include <stdint.h>
@@ -17,6 +15,8 @@
 #include <linux/vt.h>
 #include <linux/kd.h> 
 
+#include "../src/defs.h"
+
 /* framebuffer globals  */  
 static uchar *thefb=NULL;
 static struct fb_var_screeninfo thefbvarinfo;

Reply via email to