From: Hauke Mehrtens Date: Fri, 22 Oct 2021 20:53:32 +0000 (+0200) Subject: jail: Fix build with glibc X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=1c36d3d0a8fc87b97e236269f5104e139f1d641d;p=project%2Fprocd.git jail: Fix build with glibc Add missing include for open(). This fixes the build with glibc. Fixes: 82dd39024f63 ("jail: make use of per-container netifd via ubus") Signed-off-by: Hauke Mehrtens --- diff --git a/jail/netifd.c b/jail/netifd.c index 0f05ccc..bb205d0 100644 --- a/jail/netifd.c +++ b/jail/netifd.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include