diff options
Diffstat (limited to 'net-p2p/kmldonkey/files/kmldonkey-2.0.2-gcc44.patch')
-rw-r--r-- | net-p2p/kmldonkey/files/kmldonkey-2.0.2-gcc44.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-p2p/kmldonkey/files/kmldonkey-2.0.2-gcc44.patch b/net-p2p/kmldonkey/files/kmldonkey-2.0.2-gcc44.patch new file mode 100644 index 00000000..1ca2fe1a --- /dev/null +++ b/net-p2p/kmldonkey/files/kmldonkey-2.0.2-gcc44.patch @@ -0,0 +1,10 @@ +--- kmldonkey/emulecollection.h ++++ kmldonkey/emulecollection.h +@@ -23,6 +23,7 @@ + #ifndef EMULECOLLECTION_H + #define EMULECOLLECTION_H + ++#include <tr1/cstdint> + #include <string> + #include <vector> + |