From bbdba44c1a879717e171f5763b8f01fa3427db2e Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 16 Feb 2012 18:08:29 +0000 Subject: [PATCH] mrd6: fix a compile error SVN-Revision: 30599 --- ipv6/mrd6/patches/001-add_missing_include.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ipv6/mrd6/patches/001-add_missing_include.patch 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 0000000000..5501909b5d --- /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 -- 2.30.2