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
This commit is contained in:
parent
fcd07de676
commit
e32fa5bc64
@ -1,4 +1,7 @@
|
|||||||
|
#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"
|
||||||
|
Loading…
Reference in New Issue
Block a user