summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-plugins/vdr-graphtft/files/gcc-4.3-missing_includes.diff')
-rw-r--r--media-plugins/vdr-graphtft/files/gcc-4.3-missing_includes.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-plugins/vdr-graphtft/files/gcc-4.3-missing_includes.diff b/media-plugins/vdr-graphtft/files/gcc-4.3-missing_includes.diff
new file mode 100644
index 000000000000..c5124bd445c2
--- /dev/null
+++ b/media-plugins/vdr-graphtft/files/gcc-4.3-missing_includes.diff
@@ -0,0 +1,11 @@
+diff -Naur graphtft-0.1.18.alpha.orig/tcpchannel.c graphtft-0.1.18.alpha/tcpchannel.c
+--- graphtft-0.1.18.alpha.orig/tcpchannel.c 2008-06-22 19:32:19.000000000 +0200
++++ graphtft-0.1.18.alpha/tcpchannel.c 2008-06-22 19:32:59.000000000 +0200
+@@ -15,6 +15,7 @@
+ #include <fcntl.h>
+ #include <netdb.h>
+ #include <errno.h>
++#include <string.h>
+
+ #include "tcpchannel.h"
+ #include "common.h"