mrd6: fix a compile error
[openwrt/svn-archive/archive.git] / ipv6 / mrd6 / patches / 001-add_missing_include.patch
1 --- a/include/mrd/support/ptree.h
2 +++ b/include/mrd/support/ptree.h
3 @@ -35,6 +35,7 @@
4 #ifndef _Ptree_h_
5 #define _Ptree_h_
6
7 +#include <stddef.h>
8 #include <stdint.h>
9 #include <algorithm>
10 #include <mrd/log.h>