packages/ipv6/mrd6/patches/001-add_missing_include.patch

11 lines
212 B
Diff
Raw Normal View History

--- 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>