summaryrefslogtreecommitdiffstats
path: root/src/utl_yaml.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utl_yaml.h')
-rwxr-xr-xsrc/utl_yaml.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utl_yaml.h b/src/utl_yaml.h
index 59104b21..ed7d66d6 100755
--- a/src/utl_yaml.h
+++ b/src/utl_yaml.h
@@ -23,6 +23,7 @@ limitations under the License.
#include <stdint.h>
+#include <vector>
#include <yaml-cpp/yaml.h>
@@ -39,6 +40,8 @@ bool utl_yaml_read_uint16(const YAML::Node& node,
const std::string &name,
uint16_t & val);
+bool mac2vect(const std::string &mac_str, std::vector<uint8_t> &mac);
+
/* a thin wrapper to customize errors */
class YAMLParserWrapper {
public: