mirror of
https://github.com/systemd/systemd.git
synced 2025-01-16 03:24:49 +03:00
arp-util: use net/ethernet.h instead of netinet/if_ether.h
The header net/ethernet.h is used at all other places where 'struct ether_addr' is required.
This commit is contained in:
parent
603192b2e8
commit
ae695a9eda
@ -5,7 +5,7 @@
|
||||
Copyright © 2014 Axis Communications AB. All rights reserved.
|
||||
***/
|
||||
|
||||
#include <netinet/if_ether.h>
|
||||
#include <net/ethernet.h>
|
||||
|
||||
#include "socket-util.h"
|
||||
#include "sparse-endian.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user