mrd6: fix a compile error
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30599 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
197cb94c32
commit
3a3bae91d5
10
ipv6/mrd6/patches/001-add_missing_include.patch
Normal file
10
ipv6/mrd6/patches/001-add_missing_include.patch
Normal file
@ -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>
|
Loading…
x
Reference in New Issue
Block a user