You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-plugins/vdr-graphtft/files/vdr-graphtft-0.3.4_gcc-4.4....

23 lines
764 B

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>