mrd6: adopted in openwrt-routing
[packages.git] / 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
deleted file mode 100644 (file)
index 5501909..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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>