mrd6: fix a compile error
authorFelix Fietkau <nbd@openwrt.org>
Thu, 16 Feb 2012 18:08:29 +0000 (18:08 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 16 Feb 2012 18:08:29 +0000 (18:08 +0000)
SVN-Revision: 30599

ipv6/mrd6/patches/001-add_missing_include.patch [new file with mode: 0644]

diff --git a/ipv6/mrd6/patches/001-add_missing_include.patch b/ipv6/mrd6/patches/001-add_missing_include.patch
new file mode 100644 (file)
index 0000000..5501909
--- /dev/null
@@ -0,0 +1,10 @@
+--- a/include/mrd/support/ptree.h
++++ b/include/mrd/support/ptree.h
+@@ -35,6 +35,7 @@
+ #ifndef _Ptree_h_
+ #define _Ptree_h_
++#include <stddef.h>
+ #include <stdint.h>
+ #include <algorithm>
+ #include <mrd/log.h>