diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-02-25 08:02:27 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-02-25 08:02:27 +0000 |
commit | cbe70ececed4441a2ff4313a73dba65d22895bf7 (patch) | |
tree | 1b152dd8c2b3a13f0b0b9eb5021b2131d21461a4 /net-analyzer/mtr/files | |
parent | Version bump. (diff) | |
download | historical-cbe70ececed4441a2ff4313a73dba65d22895bf7.tar.gz historical-cbe70ececed4441a2ff4313a73dba65d22895bf7.tar.bz2 historical-cbe70ececed4441a2ff4313a73dba65d22895bf7.zip |
Version Bump
Package-Manager: portage-2.2.0_alpha25/cvs/Linux x86_64
Diffstat (limited to 'net-analyzer/mtr/files')
-rw-r--r-- | net-analyzer/mtr/files/0.80-impl-dec.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-analyzer/mtr/files/0.80-impl-dec.patch b/net-analyzer/mtr/files/0.80-impl-dec.patch new file mode 100644 index 000000000000..5b41a54c744b --- /dev/null +++ b/net-analyzer/mtr/files/0.80-impl-dec.patch @@ -0,0 +1,12 @@ +diff --git a/gtk.c b/gtk.c +index e42f4f6..333d7c8 100644 +--- a/gtk.c ++++ b/gtk.c +@@ -24,6 +24,7 @@ + #include <unistd.h> + #include <sys/time.h> + #include <sys/types.h> ++#include <string.h> + + #ifndef NO_GTK + #include <stdio.h> |