confile: add missing header

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner 2018-07-22 15:46:37 +02:00
parent 46b217d75a
commit 4d87983842
No known key found for this signature in database
GPG Key ID: 8EB056D53EECB12D

View File

@ -28,7 +28,9 @@
#include <stdbool.h>
#include <stdio.h>
#include <lxc/attach_options.h>
#include <lxc/lxccontainer.h>
struct lxc_conf;
struct lxc_list;