Dash:
[t2.git] / package / graphic / fbv / linux-header.patch
blob57eaa981a38a798ef9e4e42f51e93bbffd3d6d57
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../fbv/linux-header.patch
5 # Copyright (C) 2007 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- fbv-0.99/fb_display.c.vanilla 2007-02-27 11:02:21.000000000 +0000
18 +++ fbv-0.99/fb_display.c 2007-02-27 11:03:26.000000000 +0000
19 @@ -18,8 +18,6 @@
20 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23 -#include <linux/fb.h>
25 #include <stdio.h>
26 #include <stdlib.h>
27 #include <sys/types.h>
28 @@ -32,6 +30,8 @@
29 #include <string.h>
30 #include <errno.h>
31 #include "config.h"
32 +#include <linux/fb.h>
34 /* Public Use Functions:
36 * extern void fb_display(unsigned char *rgbbuff,