repo.or.cz
/
openadk.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libunwind: update to 1.8.1
[openadk.git]
/
package
/
mrd6
/
patches
/
patch-include_mrd_support_ptree_h
blob
6025836b2f324aeb029c0a715de34de988ce5a30
1
--- mrd6-0.9.6.orig/include/mrd/support/ptree.h 2007-03-21 09:51:27.000000000 +0100
2
+++ mrd6-0.9.6/include/mrd/support/ptree.h 2012-07-25 17:21:57.000000000 +0200
3
@@ -38,6 +38,7 @@
4
#include <stdint.h>
5
#include <algorithm>
6
#include <mrd/log.h>
7
+using std::ptrdiff_t;
8
9
/* Patricia nodes MUST derive from ptree_node */
10
struct ptree_node {