From ba75a00e43a20476ea800d129afef470da99d7b2 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 21 Oct 2018 10:36:17 +0200 Subject: [PATCH] loopback: add missing include --- lib/nodes/loopback.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/nodes/loopback.c b/lib/nodes/loopback.c index d2b5c754e..d332ff9c8 100644 --- a/lib/nodes/loopback.c +++ b/lib/nodes/loopback.c @@ -20,6 +20,8 @@ * along with this program. If not, see . *********************************************************************************/ +#include + #include #include #include