From 715490ab3df9d1a5c31d36cee4a2fc942a2832a6 Mon Sep 17 00:00:00 2001 From: despair86 Date: Thu, 23 Aug 2018 14:07:50 -0500 Subject: [PATCH] ok that should untangle unix --- include/tuntap.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/include/tuntap.h b/include/tuntap.h index 1aa1764c2..64bf9466d 100644 --- a/include/tuntap.h +++ b/include/tuntap.h @@ -32,14 +32,18 @@ #endif #if !defined Windows /* Unix :) */ +#if !defined Linux +#include +#endif #if defined Linux #include #else #include #endif -/* Does linux require if_ether.h first? */ -#include #include +#if defined Linux +#include +#endif #endif #include