From 6361a0f2dda1eb78d3a1bd8ac8db5749f1a7d08d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Thu, 28 Jan 2016 17:08:36 +0100 Subject: [PATCH] Fix Android build of lxc-ls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- src/lxc/lxc_ls.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lxc/lxc_ls.c b/src/lxc/lxc_ls.c index b7034dc6c..e9417d5a2 100644 --- a/src/lxc/lxc_ls.c +++ b/src/lxc/lxc_ls.c @@ -26,7 +26,10 @@ #include #include #include +#include #include +#include +#include #include "arguments.h" #include "conf.h"