From 9ac7f3588dda7d175e04878e7b871a88306d13bf Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 25 Jun 2015 01:03:23 +0200 Subject: Don't depend on net/if_ether.h Instead of adding compatiblity code to make this work with musl, just duplicate the needed definitions in fastd. --- src/config.y | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config.y') diff --git a/src/config.y b/src/config.y index 3cffa17..196f862 100644 --- a/src/config.y +++ b/src/config.y @@ -33,6 +33,7 @@ %code requires { #include #include + #include } %union { -- cgit v1.2.3