Skip to content
Snippets Groups Projects
Commit d3613ac5 authored by Matthias Schiffer's avatar Matthias Schiffer Committed by David Bauer
Browse files

gluon-radv-filterd: add string.h and guard to mac.h

- #pragma once include guard
- include string.h to get memset and memcmp prototypes to fix respondd
  provider build warning

(cherry picked from commit e32fa5bc)
parent ce6caa1a
Branches
Tags
No related merge requests found
#pragma once
#include <stdint.h>
#include <string.h>
#include <linux/if_ether.h>
#define F_MAC "%02hhx:%02hhx:%02hhx:%02hhx:%02hhx:%02hhx"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment