]> git.proxmox.com Git - mirror_lxc.git/commitdiff
Fix bdev.h
authorStéphane Graber <stgraber@ubuntu.com>
Thu, 4 Jun 2015 01:45:23 +0000 (21:45 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 4 Jun 2015 01:45:23 +0000 (21:45 -0400)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/bdev.h

index ce4170867f5def9238dd2d6bedc5338ab8d33a98..428b3b735580205bd7dc57f90a5c3636ab8d5de2 100644 (file)
 #include "config.h"
 #include <stdint.h>
 #include <lxc/lxccontainer.h>
+#include <sys/mount.h>
 
 
 /* define constants if the kernel/glibc headers don't define them */
 #ifndef MS_DIRSYNC
-#define MS_DIRSYNC  128
+#define MS_DIRSYNC 128
 #endif
 
 #ifndef MS_REC