games-board/freedoko: Drop old
[gentoo.git] / media-plugins / vdr-graphtft / files / vdr-graphtft-0.3.7_gcc-4.4.x.diff
1 diff -Naur graphtft-30.orig/graphtft-fe/common.cc graphtft-30/graphtft-fe/common.cc
2 --- graphtft-30.orig/graphtft-fe/common.cc      2012-03-12 02:10:38.000000000 +0100
3 +++ graphtft-30/graphtft-fe/common.cc   2012-03-12 02:30:16.000000000 +0100
4 @@ -11,6 +11,7 @@
5  #include <time.h>
6  #include <stdio.h>
7  #include <string.h>
8 +#include <stdint.h>
9  
10  #include <graphtft.hpp>
11  
12 diff -Naur graphtft-30.orig/graphtft-fe/graphtft.hpp graphtft-30/graphtft-fe/graphtft.hpp
13 --- graphtft-30.orig/graphtft-fe/graphtft.hpp   2012-03-12 02:10:38.000000000 +0100
14 +++ graphtft-30/graphtft-fe/graphtft.hpp        2012-03-12 02:30:57.000000000 +0100
15 @@ -16,6 +16,7 @@
16  #include <X11/Xlib.h>
17  #include <Imlib2.h>
18  #include <string.h>
19 +#include <stdint.h>
20  
21  #define __FRONTEND
22  #include <../common.h>