1diff -urpN fbv-1.0b.orig/fb_display.c fbv-1.0b/fb_display.c 2--- fbv-1.0b.orig/fb_display.c 2004-09-07 14:09:43.000000000 +0200 3+++ fbv-1.0b/fb_display.c 2008-04-24 10:48:29.000000000 +0200 4@@ -18,8 +18,6 @@ 5 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 6 */ 7 8-#include <linux/fb.h> 9- 10 #include <stdio.h> 11 #include <stdlib.h> 12 #include <sys/types.h> 13@@ -31,6 +29,7 @@ 14 #include <asm/types.h> 15 #include <string.h> 16 #include <errno.h> 17+#include <linux/fb.h> 18 #include "config.h" 19 /* Public Use Functions: 20 * 21