diff options
Diffstat (limited to 'package/mrd6/patches')
-rw-r--r-- | package/mrd6/patches/patch-include_mrd_support_ptree_h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/mrd6/patches/patch-include_mrd_support_ptree_h b/package/mrd6/patches/patch-include_mrd_support_ptree_h new file mode 100644 index 000000000..6025836b2 --- /dev/null +++ b/package/mrd6/patches/patch-include_mrd_support_ptree_h @@ -0,0 +1,10 @@ +--- mrd6-0.9.6.orig/include/mrd/support/ptree.h 2007-03-21 09:51:27.000000000 +0100 ++++ mrd6-0.9.6/include/mrd/support/ptree.h 2012-07-25 17:21:57.000000000 +0200 +@@ -38,6 +38,7 @@ + #include <stdint.h> + #include <algorithm> + #include <mrd/log.h> ++using std::ptrdiff_t; + + /* Patricia nodes MUST derive from ptree_node */ + struct ptree_node { |