summaryrefslogtreecommitdiff
path: root/media-plugins/vdr-graphtft/files/vdr-graphtft-0.3.7_gcc-4.4.x.diff
blob: 4e32c187ac101e78eedfde0ee69ec23b272541bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff -Naur graphtft-30.orig/graphtft-fe/common.cc graphtft-30/graphtft-fe/common.cc
--- graphtft-30.orig/graphtft-fe/common.cc	2012-03-12 02:10:38.000000000 +0100
+++ graphtft-30/graphtft-fe/common.cc	2012-03-12 02:30:16.000000000 +0100
@@ -11,6 +11,7 @@
 #include <time.h>
 #include <stdio.h>
 #include <string.h>
+#include <stdint.h>
 
 #include <graphtft.hpp>
 
diff -Naur graphtft-30.orig/graphtft-fe/graphtft.hpp graphtft-30/graphtft-fe/graphtft.hpp
--- graphtft-30.orig/graphtft-fe/graphtft.hpp	2012-03-12 02:10:38.000000000 +0100
+++ graphtft-30/graphtft-fe/graphtft.hpp	2012-03-12 02:30:57.000000000 +0100
@@ -16,6 +16,7 @@
 #include <X11/Xlib.h>
 #include <Imlib2.h>
 #include <string.h>
+#include <stdint.h>
 
 #define __FRONTEND
 #include <../common.h>