X Tutup
Skip to content

Commit ae695a9

Browse files
committed
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.
1 parent 603192b commit ae695a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsystemd-network/arp-util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Copyright © 2014 Axis Communications AB. All rights reserved.
66
***/
77

8-
#include <netinet/if_ether.h>
8+
#include <net/ethernet.h>
99

1010
#include "socket-util.h"
1111
#include "sparse-endian.h"

0 commit comments

Comments
 (0)
X Tutup