Skip to content
Snippets Groups Projects
Unverified Commit e32fa5bc authored by Matthias Schiffer's avatar Matthias Schiffer
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
parent fcd07de6
No related branches found
No related tags found
No related merge requests found
#pragma once
#include <stdint.h> #include <stdint.h>
#include <string.h>
#include <linux/if_ether.h> #include <linux/if_ether.h>
#define F_MAC "%02hhx:%02hhx:%02hhx:%02hhx:%02hhx:%02hhx" #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.
Finish editing this message first!
Please register or to comment