mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 09:06:46 +00:00
Merge pull request #12268 from opensourcerouting/fix/zebra_tc_include_netinet_for_ethhdr
zebra: Reuse netinet/if_ether.h to avoid redefinition of struct ethhdr
This commit is contained in:
commit
0096b066f9
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
#ifdef HAVE_NETLINK
|
#ifdef HAVE_NETLINK
|
||||||
|
|
||||||
#include <linux/if_ether.h>
|
#include <netinet/if_ether.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
|
|
||||||
#include "if.h"
|
#include "if.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user