diff options
Diffstat (limited to 'src/lxc/lxc_fuse.h')
-rw-r--r-- | src/lxc/lxc_fuse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lxc/lxc_fuse.h b/src/lxc/lxc_fuse.h index a888122069..9878017106 100644 --- a/src/lxc/lxc_fuse.h +++ b/src/lxc/lxc_fuse.h @@ -33,7 +33,7 @@ # include "lxc_conf.h" # include "util.h" -# include "memory.h" +# include "viralloc.h" struct virLXCMeminfo { unsigned long long memtotal; |