]> git.ipfire.org Git - thirdparty/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>
Fri, 14 Aug 2015 17:17:15 +0000 (13:17 -0400)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/bdev.h

index c7d52af231e864acb4fcb186fbd1ea6833e6ee8e..3c5555f1dfa4535c2e4d95e53070965c3aa8a8a9 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