2
1

fbv-1.0b-include.patch 523 B

1234567891011121314151617181920
  1. diff -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. -#include <linux/fb.h>
  8. -
  9. #include <stdio.h>
  10. #include <stdlib.h>
  11. #include <sys/types.h>
  12. @@ -31,6 +29,7 @@
  13. #include <asm/types.h>
  14. #include <string.h>
  15. #include <errno.h>
  16. +#include <linux/fb.h>
  17. #include "config.h"
  18. /* Public Use Functions:
  19. *