You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
332 B

--- a/ethersrv-linux.c
+++ b/ethersrv-linux.c
@@ -31,7 +31,6 @@
#include <arpa/inet.h> /* htons() */
#include <errno.h>
#include <endian.h> /* le16toh(), le32toh() */
-#include <linux/if_ether.h>
#include <linux/if_packet.h>
#include <limits.h> /* PATH_MAX and such */
#include <net/ethernet.h>