From f89900e2e45d8e94cd4576b5e1e7a7b3cca3b0a9 Mon Sep 17 00:00:00 2001 From: tanyifeng Date: Wed, 16 Jan 2019 20:53:25 +0800 Subject: [PATCH 035/138] lxc: fixup builds with newer glibc Signed-off-by: LiFeng --- src/lxc/utils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lxc/utils.c b/src/lxc/utils.c index 120a13d..c8fb993 100644 --- a/src/lxc/utils.c +++ b/src/lxc/utils.c @@ -44,6 +44,7 @@ #include #include #include +#include #include #include -- 1.8.3.1