From: nbd Date: Thu, 16 Feb 2012 18:08:29 +0000 (+0000) Subject: mrd6: fix a compile error X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=3a3bae91d5d6c3977803ab2e63dc617535166b0f;p=packages.git mrd6: fix a compile error git-svn-id: svn://svn.openwrt.org/openwrt/packages@30599 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/ipv6/mrd6/patches/001-add_missing_include.patch b/ipv6/mrd6/patches/001-add_missing_include.patch new file mode 100644 index 000000000..5501909b5 --- /dev/null +++ b/ipv6/mrd6/patches/001-add_missing_include.patch @@ -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 + #include + #include + #include