From db275e12bfc7849c220a173c68403ae41cb251b7 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 4 Jun 2020 13:27:05 +0200 Subject: [PATCH] interface-ip: fix build on non-linux systems Signed-off-by: Felix Fietkau --- interface-ip.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interface-ip.c b/interface-ip.c index ff8f219..2e46f14 100644 --- a/interface-ip.c +++ b/interface-ip.c @@ -24,6 +24,8 @@ #ifdef linux #include +#else +#include #endif #include "netifd.h" -- 2.25.1