From 4d879838422a8a4bf79ff540fa0dbcce4a82d872 Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Sun, 22 Jul 2018 15:46:37 +0200 Subject: [PATCH] confile: add missing header Signed-off-by: Christian Brauner --- src/lxc/confile.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lxc/confile.h b/src/lxc/confile.h index 4e05db16e..f8f441ca8 100644 --- a/src/lxc/confile.h +++ b/src/lxc/confile.h @@ -28,7 +28,9 @@ #include #include + #include +#include struct lxc_conf; struct lxc_list;