diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-08-07 00:50:32 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-08-07 00:50:32 +0200 |
commit | 3467e5133a4e9e62f84d02012ed3b4d54d50181f (patch) | |
tree | 78f3f256e1dd49965b72e9c157c8b8f24886ffd7 | |
parent | dff92dd471fe805ff562670179065de579967542 (diff) | |
download | fastd-3467e5133a4e9e62f84d02012ed3b4d54d50181f.tar fastd-3467e5133a4e9e62f84d02012ed3b4d54d50181f.zip |
Use netinet/if_ether.h instead of linux/if_ether.h
-rw-r--r-- | src/fastd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fastd.h b/src/fastd.h index 75335e9..3526f54 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -31,7 +31,7 @@ #include "queue.h" #include <errno.h> -#include <linux/if_ether.h> +#include <netinet/if_ether.h> #include <netinet/in.h> #include <stdarg.h> #include <stddef.h> |