From 3799e4b71ac5eb6def27870f6432b5bbf90bea7d Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 28 Apr 2017 19:41:30 +0100 Subject: [PATCH] polypath.c: Fix missing include of . Signed-off-by: Mark Wooding --- polypath.c | 1 + 1 file changed, 1 insertion(+) diff --git a/polypath.c b/polypath.c index e3c31e6..d47bef7 100644 --- a/polypath.c +++ b/polypath.c @@ -27,6 +27,7 @@ #include #include +#include #ifdef CONFIG_IPV6 -- 2.11.0