summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-08-07 00:50:32 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-08-07 00:50:32 +0200
commit3467e5133a4e9e62f84d02012ed3b4d54d50181f (patch)
tree78f3f256e1dd49965b72e9c157c8b8f24886ffd7
parentdff92dd471fe805ff562670179065de579967542 (diff)
downloadfastd-3467e5133a4e9e62f84d02012ed3b4d54d50181f.tar
fastd-3467e5133a4e9e62f84d02012ed3b4d54d50181f.zip
Use netinet/if_ether.h instead of linux/if_ether.h
-rw-r--r--src/fastd.h2
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>